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

Method typ

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

Source from the content-addressed store, hash-verified

30func (r *reader) pos() Pos { return r.buf.ReadAny().(Pos) }
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

Callers 9

addLocalMethod · 0.95
logicalBinopMethod · 0.95
exprNMethod · 0.95
builtinMethod · 0.95
addrMethod · 0.95
exprMethod · 0.95
expr0Method · 0.95
setCallArgsMethod · 0.95
compLitMethod · 0.95

Calls 1

ReadAnyMethod · 0.80

Tested by

no test coverage detected