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

Method str

gapil/bapi/encode.go:1434–1437  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

1432}
1433
1434func (e *encoder) str(s string) (outID uint64) {
1435 e.build(&e.instances.Symbols, e.maps.String, s, &outID, func() string { return s })
1436 return
1437}
1438
1439func (e *encoder) switch_(n *semantic.Switch) (outID uint64) {
1440 e.build(&e.instances.Switch, e.maps.Switch, n, &outID, func() *Switch {

Callers 15

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

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected