MCPcopy Create free account
hub / github.com/containers/common / Write

Method Write

libnetwork/netavark/exec.go:55–58  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

53type logrusNetavarkWriter struct{}
54
55func (l *logrusNetavarkWriter) Write(b []byte) (int, error) {
56 logrus.Info("netavark: ", string(b))
57 return len(b), nil
58}
59
60// getRustLogEnv returns the RUST_LOG env var based on the current logrus level
61func getRustLogEnv() string {

Callers 3

run_test.goFile · 0.45
run_test.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected