MCPcopy
hub / github.com/coyove/goflyway / Read

Method Read

proxy/mitm.go:29–31  ·  view source on GitHub ↗
(buf []byte)

Source from the content-addressed store, hash-verified

27}
28
29func (c *bufioConn) Read(buf []byte) (int, error) {
30 return c.m.Read(buf)
31}
32
33func publicKey(priv interface{}) interface{} {
34 switch k := priv.(type) {

Callers 8

protectFDFunction · 0.45
sendTrafficStatsFunction · 0.45
readUntilFunction · 0.45
encryptHostMethod · 0.45
newRequestMethod · 0.45
TestCipherFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCipherFunction · 0.36