MCPcopy Index your code
hub / github.com/google/codesearch / String

Method String

regexp/match.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (z *nstate) String() string {
56 return fmt.Sprintf("%v/%#x+%#x", z.q.Dense(), z.flag, z.partial)
57}
58
59// enc encodes z as a string.
60func (z *nstate) enc() string {

Callers 3

progStringFunction · 0.45
instStringFunction · 0.45
TestGrepFunction · 0.45

Calls 1

DenseMethod · 0.80

Tested by 1

TestGrepFunction · 0.36