MCPcopy Create free account
hub / github.com/SamNet-dev/snix / Infof

Method Infof

core/engine/engine.go:23–23  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

21type Logger interface {
22 Debugf(format string, args ...any)
23 Infof(format string, args ...any)
24 Warnf(format string, args ...any)
25}
26

Callers 1

infofMethod · 0.65

Implementers 1

stdoutLoggercmd/snix/engine_linux.go

Calls

no outgoing calls

Tested by

no test coverage detected