Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamNet-dev/snix
/ Close
Method
Close
core/engine/engine_test.go:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
return
nil
41
}
42
func
(b *fakeBackend) Close() error {
43
close(b.ch)
44
return
nil
45
}
46
func
(b *fakeBackend) captured() [][]byte {
47
b.mu.Lock()
48
defer
b.mu.Unlock()
Callers
nothing calls this directly
Calls
1
close
Function · 0.85
Tested by
no test coverage detected