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

Method obj

types/reader.go:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31func (r *reader) val() constant.Value { return r.buf.ReadAny().(constant.Value) }
32func (r *reader) typ() Type { return r.buf.ReadAny().(Type) }
33func (r *reader) obj() Object { return r.buf.ReadAny().(Object) }
34func (r *reader) exprTODO() Expr { return r.buf.ReadAny().(Expr) }
35
36func (r *reader) addLocal() *Alloc {

Callers 5

emitDebugRefMethod · 0.95
builtinMethod · 0.95
addrMethod · 0.95
expr0Method · 0.95
setCallFuncMethod · 0.95

Calls 1

ReadAnyMethod · 0.80

Tested by

no test coverage detected