MCPcopy 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
261func isProtobuf(s string) bool {
262 return strings.HasPrefix(s, "XXX_")
263}

Callers 1

useMethod · 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…