Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-python/gopy
/ isPrivate
Function
isPrivate
bind/symbols.go:232–234 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
230
}
231
232
func
isPrivate(s string) bool {
233
return
(strings.ToLower(s[0:1]) == s[0:1])
234
}
235
236
func
(s *symbol) isType() bool {
237
return
(s.kind & skType) != 0
Callers
1
addStructType
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected