Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/codesearch
/ bug
Function
bug
regexp/regexp.go:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
import
"regexp/syntax"
10
11
func
bug() {
12
panic(
"codesearch/regexp: internal error"
)
13
}
14
15
// Regexp is the representation of a compiled regular expression.
16
// A Regexp is NOT SAFE for concurrent use by multiple goroutines.
Callers
1
dec
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected