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

Method astCall

gapil/bapi/decode.go:1465–1472  ·  view source on GitHub ↗
(astCallID uint64)

Source from the content-addressed store, hash-verified

1463}
1464
1465func (d *decoder) astCall(astCallID uint64) (out *ast.Call) {
1466 d.build(d.content.Instances.AstCall, &d.inst.ASTCall, astCallID, &out,
1467 func(p *ASTCall, s *ast.Call) {
1468 s.Target = d.astNode(p.Target)
1469 foreach(p.Arguments, d.astNode, &s.Arguments)
1470 })
1471 return
1472}
1473
1474func (d *decoder) astCase(astCaseID uint64) (out *ast.Case) {
1475 d.build(d.content.Instances.AstCase, &d.inst.ASTCase, astCaseID, &out,

Callers 13

assertMethod · 0.95
arrayInitMethod · 0.95
callMethod · 0.95
castMethod · 0.95
classInitMethod · 0.95
cloneMethod · 0.95
copyMethod · 0.95
createMethod · 0.95
lengthMethod · 0.95
makeMethod · 0.95
readMethod · 0.95
writeMethod · 0.95

Calls 3

buildMethod · 0.95
astNodeMethod · 0.95
foreachFunction · 0.85

Tested by

no test coverage detected