Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MetaCubeX/mihomo
/ Write
Method
Write
transport/snell/v4_test.go:385–388 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
383
}
384
385
func
(w *recordingWriter) Write(b []byte) (int, error) {
386
w.writes++
387
return
w.Buffer.Write(b)
388
}
389
390
func
decodeV4HeaderForTest(t *testing.T, data []byte) (int, int) {
391
t.Helper()
Callers
nothing calls this directly
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected