MCPcopy Index your code
hub / github.com/SamNet-dev/snix / infof

Method infof

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

Source from the content-addressed store, hash-verified

342}
343
344func (e *Engine) infof(format string, args ...any) {
345 if e.cfg.Log != nil {
346 e.cfg.Log.Infof(format, args...)
347 }
348}
349
350func (e *Engine) warnf(format string, args ...any) {
351 if e.cfg.Log != nil {

Callers 1

scheduleInjectMethod · 0.95

Calls 1

InfofMethod · 0.65

Tested by

no test coverage detected