MCPcopy
hub / github.com/uber-go/nilaway / Size

Method Size

assertion/function/assertiontree/assertion_node.go:62–62  ·  view source on GitHub ↗

Size returns an integer representing the number of objects in the tree rooted at this AssertionNode - its use case is to determine whether an AssertionNode has grown after a merge

()

Source from the content-addressed store, hash-verified

60 // rooted at this AssertionNode - its use case is to determine whether
61 // an AssertionNode has grown after a merge
62 Size() int
63
64 // MinimalString returns a minimal string representation of this assertion node
65 // This is primarily for use when printing as part of a trackable expression chain,

Callers 3

SizeMethod · 0.65
lookupAstFromFileFunction · 0.65
SizeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected