MCPcopy
hub / github.com/MetaCubeX/mihomo / Write

Method Write

constant/provider/interface.go:39–39  ·  view source on GitHub ↗
(buf []byte)

Source from the content-addressed store, hash-verified

37type Vehicle interface {
38 Read(ctx context.Context, oldHash utils.HashType) (buf []byte, hash utils.HashType, err error)
39 Write(buf []byte) error
40 Path() string
41 Url() string
42 Proxy() string

Callers 15

WriteMethod · 0.65
loadBufMethod · 0.65
RelayDnsConnFunction · 0.65
VerifyConnectionMethod · 0.65
WriteBinMethod · 0.65
WriteBinMethod · 0.65
EncryptBytesFunction · 0.65
MainFunction · 0.65
WriteHeaderWithReuseFunction · 0.65
WriteUDPHeaderFunction · 0.65
writeZeroChunkFunction · 0.65
WritePacketFrameMethod · 0.65

Implementers 2

FileVehiclecomponent/resource/vehicle.go
HTTPVehiclecomponent/resource/vehicle.go

Calls

no outgoing calls