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

Method useLabel

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

Source from the content-addressed store, hash-verified

62}
63
64func (r *reader) useLabel() *lblock {
65 if r.bool() {
66 return &r.b.implicit
67 }
68 return r.labelledBlock()
69}
70
71func (r *reader) emitDebugRef(v Value) {
72 if v == nil {

Callers

nothing calls this directly

Calls 2

boolMethod · 0.95
labelledBlockMethod · 0.95

Tested by

no test coverage detected