MCPcopy Create free account
hub / github.com/facebook/time / Write

Method Write

sa53/protocol/protocol.go:352–354  ·  view source on GitHub ↗

Write implements io.Writer interface

(b []byte)

Source from the content-addressed store, hash-verified

350
351// Write implements io.Writer interface
352func (m *Mac) Write(b []byte) (int, error) {
353 return m.port.Write(b)
354}

Callers 6

XModemInitMethod · 0.95
CmdMethod · 0.45
GetMethod · 0.45
cmdResultMethod · 0.45
ParseVersionMethod · 0.45
runPollFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected