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

Method bool

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

Source from the content-addressed store, hash-verified

19func (r *reader) sync() { assert(r.buf.ReadAny() == nil) }
20
21func (r *reader) bool() bool { return r.buf.ReadAny().(bool) }
22func (r *reader) int() int { return r.buf.ReadAny().(int) }
23func (r *reader) int64() int64 { return r.buf.ReadAny().(int64) }
24func (r *reader) string() string { return r.buf.ReadAny().(string) }

Callers 12

useLabelMethod · 0.95
emitDebugRefMethod · 0.95
logicalBinopMethod · 0.95
builtinMethod · 0.95
addrMethod · 0.95
assignMethod · 0.95
exprMethod · 0.95
expr0Method · 0.95
receiverMethod · 0.95
setCallFuncMethod · 0.95
setCallArgsMethod · 0.95
compLitMethod · 0.95

Calls 1

ReadAnyMethod · 0.80

Tested by

no test coverage detected