Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ isProtobuf
Function
isProtobuf
docgen/docgen.go:261–263 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
259
}
260
261
func
isProtobuf(s string) bool {
262
return
strings.HasPrefix(s,
"XXX_"
)
263
}
Callers
1
use
Method · 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…