MCPcopy 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

9import "regexp/syntax"
10
11func 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

decMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected