MCPcopy Index your code
hub / github.com/uber-go/nilaway / Children

Method Children

assertion/function/assertiontree/assertion_node.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28type AssertionNode interface {
29 Parent() AssertionNode
30 Children() []AssertionNode
31 ConsumeTriggers() []*annotation.ConsumeTrigger
32
33 SetParent(AssertionNode)

Callers 12

CopyNodeFunction · 0.95
SizeMethod · 0.65
lookupPathMethod · 0.65
triggerProductionsMethod · 0.65
LandAtPathMethod · 0.65
ProcessEntryMethod · 0.65
eqNodesMethod · 0.65
mergeIntoMethod · 0.65
detachFromParentFunction · 0.65
backpropAcrossTypeSwitchFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected