MCPcopy Create free account
hub / github.com/despiteallobjections/amigo / Type

Method Type

types/object.go:26–26  ·  view source on GitHub ↗

package local object name

()

Source from the content-addressed store, hash-verified

24 Pkg() *Package // package to which this object belongs; nil for labels and objects in the Universe scope
25 Name() string // package local object name
26 Type() Type // object type
27 Exported() bool // reports whether the name starts with a capital letter
28 Id() string // object name if exported, qualified name if not exported (see func Id)
29

Callers 3

TestIssue28005Function · 0.95
writeObjectFunction · 0.65
writeFuncNameFunction · 0.65

Implementers 2

objecttypes/object.go
lazyObjecttypes/scope.go

Calls

no outgoing calls

Tested by 1

TestIssue28005Function · 0.76