MCPcopy Create free account
hub / github.com/google/codesearch / anyChar

Function anyChar

index/regexp.go:393–399  ·  view source on GitHub ↗

anyChar returns the regexpInfo describing a regexp that matches any single character.

()

Source from the content-addressed store, hash-verified

391// anyChar returns the regexpInfo describing a regexp that
392// matches any single character.
393func anyChar() regexpInfo {
394 return regexpInfo{
395 prefix: []string{""},
396 suffix: []string{""},
397 match: allQuery,
398 }
399}
400
401// noMatch returns the regexpInfo describing a regexp that
402// matches no strings at all.

Callers 1

analyzeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…