Versions in this module Expand all Collapse all v0 v0.2.253 Apr 7, 2025 Changes in this version + type BidirectionalNode struct + Children []*BidirectionalNode + Frame v1beta1.StackFrame + Parent *BidirectionalNode + type CallStackSearchTree struct + ForwardTrie *trie.PathTrie + PathsByCallID map[v1beta1.CallID][][]v1beta1.StackFrame + Roots map[v1beta1.CallID]*BidirectionalNode + func NewCallStackSearchTree() *CallStackSearchTree + func (t *CallStackSearchTree) AddCallStack(stack v1beta1.IdentifiedCallStack)