Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ addInterface
Method
addInterface
bind/package.go:597–600 ·
view source on GitHub ↗
(ifc *Interface)
Source
from the content-addressed store, hash-verified
595
}
596
597
func
(p *Package) addInterface(ifc *Interface) {
598
p.ifaces = append(p.ifaces, ifc)
599
p.objs[ifc.GoName()] = ifc
600
}
601
602
func
(p *Package) addSlice(slc *Slice) {
603
p.slices = append(p.slices, slc)
Callers
1
process
Method · 0.95
Calls
1
GoName
Method · 0.65
Tested by
no test coverage detected