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

Method String

types/object.go:576–576  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

574func (obj *Const) String() string { return ObjectString(obj, nil) }
575func (obj *TypeName) String() string { return ObjectString(obj, nil) }
576func (obj *Var) String() string { return ObjectString(obj, nil) }
577func (obj *Func) String() string { return ObjectString(obj, nil) }
578func (obj *Label) String() string { return ObjectString(obj, nil) }
579func (obj *Builtin) String() string { return ObjectString(obj, nil) }

Callers

nothing calls this directly

Calls 1

ObjectStringFunction · 0.85

Tested by

no test coverage detected