MCPcopy 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
597func (p *Package) addInterface(ifc *Interface) {
598 p.ifaces = append(p.ifaces, ifc)
599 p.objs[ifc.GoName()] = ifc
600}
601
602func (p *Package) addSlice(slc *Slice) {
603 p.slices = append(p.slices, slc)

Callers 1

processMethod · 0.95

Calls 1

GoNameMethod · 0.65

Tested by

no test coverage detected