MCPcopy Create free account
hub / github.com/SamNet-dev/snix / captured

Method captured

core/engine/engine_test.go:46–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 return nil
45}
46func (b *fakeBackend) captured() [][]byte {
47 b.mu.Lock()
48 defer b.mu.Unlock()
49 out := make([][]byte, len(b.injected))
50 copy(out, b.injected)
51 return out
52}
53
54// pktOpts builds a raw IPv4+TCP packet with caller-chosen fields for scripting.
55type pktOpts struct {

Calls

no outgoing calls

Tested by

no test coverage detected