MCPcopy
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
385func (w *recordingWriter) Write(b []byte) (int, error) {
386 w.writes++
387 return w.Buffer.Write(b)
388}
389
390func decodeV4HeaderForTest(t *testing.T, data []byte) (int, int) {
391 t.Helper()

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected