Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
func
(r *reader) useLabel() *lblock {
65
if
r.bool() {
66
return
&r.b.implicit
67
}
68
return
r.labelledBlock()
69
}
70
71
func
(r *reader) emitDebugRef(v Value) {
72
if
v == nil {
Callers
nothing calls this directly
Calls
2
bool
Method · 0.95
labelledBlock
Method · 0.95
Tested by
no test coverage detected