MCPcopy 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}
42func (b *fakeBackend) Close() error {
43 close(b.ch)
44 return nil
45}
46func (b *fakeBackend) captured() [][]byte {
47 b.mu.Lock()
48 defer b.mu.Unlock()

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected