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

Function init

regexp/match.go:117–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func init() {
118 var z nstate
119 dmatch.enc = z.enc()
120 for i := range dmatch.next {
121 if i != '\n' {
122 dmatch.next[i] = &dmatch
123 }
124 }
125}
126
127// init initializes the matcher.
128func (m *matcher) init(prog *syntax.Prog) error {

Callers

nothing calls this directly

Calls 1

encMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…