Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ Fatalf
Function
Fatalf
zlog/stdzlog.go:104–106 ·
view source on GitHub ↗
(format string, v ...interface{})
Source
from the content-addressed store, hash-verified
102
}
103
104
func
Fatalf(format string, v ...
interface
{}) {
105
StdZinxLog.Fatalf(format, v...)
106
}
107
108
func
Fatal(v ...
interface
{}) {
109
StdZinxLog.Fatal(v...)
Callers
nothing calls this directly
Calls
1
Fatalf
Method · 0.80
Tested by
no test coverage detected