Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
var
isCapital = regexp.MustCompile(
"^[A-Z]"
)
56
57
func
isPrivate(s string) bool {
58
return
!isCapital.Match([]byte(s))
59
}
Callers
1
dump
Function · 0.70
Calls
1
Match
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…