MCPcopy Create free account
hub / github.com/google/gapid / Node

Method Node

gapis/service/path/path.go:441–441  ·  view source on GitHub ↗

Node returns the path node for p.

()

Source from the content-addressed store, hash-verified

439
440// Node returns the path node for p.
441func (p *Any) Node() Node { return oneOfNode(p.Path) }
442
443// Format implements fmt.Formatter to print the path.
444func (p *Any) Format(f fmt.State, c rune) {

Callers 10

FormatMethod · 0.95
RewriteFilesFunction · 0.45
generateForFunction · 0.45
RunMethod · 0.45
ValidateMethod · 0.45
ResolveMethod · 0.45
StateTreeNodeForPathFunction · 0.45
TestStateTreeNodeFunction · 0.45
ResolveMethod · 0.45
ResolveMethod · 0.45

Calls 1

oneOfNodeFunction · 0.85

Tested by 1

TestStateTreeNodeFunction · 0.36