Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ Get
Method
Get
pkg/server/sync.go:1152–1158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1150
}
1151
1152
func
(ce *chanError) Get() error {
1153
if
ce.received {
1154
return
ce.err
1155
}
1156
ce.Set(<-ce.C)
1157
return
ce.err
1158
}
Callers
1
validateShardPrefix
Method · 0.95
Calls
1
Set
Method · 0.95
Tested by
no test coverage detected