MCPcopy
hub / github.com/nirui/sshwifty / Write

Method Write

application/log/log.go:23–23  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

21type Logger interface {
22 Context(name string, params ...interface{}) Logger
23 Write(b []byte) (int, error)
24 Info(msg string, params ...interface{})
25 Debug(msg string, params ...interface{})
26 Warning(msg string, params ...interface{})

Callers 15

runMethod · 0.65
staticFileGenFunction · 0.65
getSocketAuthKeyFunction · 0.65
GetMethod · 0.65
serveStaticPageFunction · 0.65
serveStaticDataFunction · 0.65
getHashFunction · 0.65
parseFileFunction · 0.65
localMethod · 0.65
clientMethod · 0.65
writeMethod · 0.65
SendManualMethod · 0.65

Implementers 2

Ditchapplication/log/ditch.go
Writerapplication/log/writer.go

Calls

no outgoing calls

Tested by

no test coverage detected