Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/despiteallobjections/amigo
/ sync
Method
sync
types/reader.go:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(r *reader) sync() { assert(r.buf.ReadAny() == nil) }
20
21
func
(r *reader) bool() bool {
return
r.buf.ReadAny().(bool) }
22
func
(r *reader) int() int {
return
r.buf.ReadAny().(int) }
Callers
3
addLocal
Method · 0.95
labelledBlock
Method · 0.95
receiver
Method · 0.95
Calls
2
ReadAny
Method · 0.80
assert
Function · 0.70
Tested by
no test coverage detected