Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
350
func
(e *Engine) warnf(format string, args ...any) {
351
if
e.cfg.Log != nil {
352
e.cfg.Log.Warnf(format, args...)
353
}
354
}
Callers
2
handleOutbound
Method · 0.95
scheduleInject
Method · 0.95
Calls
1
Warnf
Method · 0.65
Tested by
no test coverage detected