Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ newMockSpiteStream
Function
newMockSpiteStream
internal/bridge/transfer_e2e_test.go:30–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
newMockSpiteStream() *mockSpiteStream {
31
return
&mockSpiteStream{
32
recvCh: make(
chan
*clientpb.SpiteRequest, 16),
33
}
34
}
35
36
func
(m *mockSpiteStream) Send(resp *clientpb.SpiteResponse) error {
37
m.mu.Lock()
Callers
1
setupTestBridge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected