Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ Panicf
Function
Panicf
zlog/stdzlog.go:112–114 ·
view source on GitHub ↗
(format string, v ...interface{})
Source
from the content-addressed store, hash-verified
110
}
111
112
func
Panicf(format string, v ...
interface
{}) {
113
StdZinxLog.Panicf(format, v...)
114
}
115
116
func
Panic(v ...
interface
{}) {
117
StdZinxLog.Panic(v...)
Callers
nothing calls this directly
Calls
1
Panicf
Method · 0.80
Tested by
no test coverage detected