MCPcopy Create free account
hub / github.com/go-python/gopy / isInterface

Method isInterface

bind/symbols.go:263–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261}
262
263func (s *symbol) isInterface() bool {
264 return (s.kind & skInterface) != 0
265}
266
267func (s *symbol) isSignature() bool {
268 return (s.kind & skSignature) != 0

Callers 3

isPtrOrIfaceMethod · 0.95
genTypeMethod · 0.80
genFuncBodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected