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

Method warnf

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

Source from the content-addressed store, hash-verified

348}
349
350func (e *Engine) warnf(format string, args ...any) {
351 if e.cfg.Log != nil {
352 e.cfg.Log.Warnf(format, args...)
353 }
354}

Callers 2

handleOutboundMethod · 0.95
scheduleInjectMethod · 0.95

Calls 1

WarnfMethod · 0.65

Tested by

no test coverage detected