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

Function noMatch

index/regexp.go:403–407  ·  view source on GitHub ↗

noMatch returns the regexpInfo describing a regexp that matches no strings at all.

()

Source from the content-addressed store, hash-verified

401// noMatch returns the regexpInfo describing a regexp that
402// matches no strings at all.
403func noMatch() regexpInfo {
404 return regexpInfo{
405 match: noneQuery,
406 }
407}
408
409// emptyString returns the regexpInfo describing a regexp that
410// matches only the empty string.

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…