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

TypeAlias flags

regexp/match.go:37–37  ·  view source on GitHub ↗

The flags record state about a position between bytes in the text.

Source from the content-addressed store, hash-verified

35
36// The flags record state about a position between bytes in the text.
37type flags uint32
38
39const (
40 flagBOL flags = 1 << iota // beginning of line

Callers 1

decMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected