MCPcopy Index your code
hub / github.com/expr-lang/expr / isPrivate

Function isPrivate

ast/dump.go:57–59  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

55var isCapital = regexp.MustCompile("^[A-Z]")
56
57func isPrivate(s string) bool {
58 return !isCapital.Match([]byte(s))
59}

Callers 1

dumpFunction · 0.70

Calls 1

MatchMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…