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

Method str

gapil/bapi/decode.go:1177–1182  ·  view source on GitHub ↗
(stringID uint64)

Source from the content-addressed store, hash-verified

1175}
1176
1177func (d *decoder) str(stringID uint64) string {
1178 if stringID == 0 {
1179 return ""
1180 }
1181 return d.content.Instances.Symbols[stringID-1]
1182}
1183
1184func (d *decoder) switch_(switchID uint64) (out *semantic.Switch) {
1185 d.build(d.content.Instances.Switch, &d.inst.Switch, switchID, &out,

Callers 15

annotationMethod · 0.95
assertMethod · 0.95
apiMethod · 0.95
arrayMethod · 0.95
arrayAssignMethod · 0.95
assignMethod · 0.95
binaryOpMethod · 0.95
classMethod · 0.95
definitionMethod · 0.95
enumMethod · 0.95
enumEntryMethod · 0.95
fieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected