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

Method Exported

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

object type

()

Source from the content-addressed store, hash-verified

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
30 // String returns a human-readable string of the object.

Callers 3

selectorMethod · 0.95
defFunction · 0.65
exprInternalMethod · 0.65

Implementers 2

objecttypes/object.go
lazyObjecttypes/scope.go

Calls

no outgoing calls

Tested by

no test coverage detected