Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/koderover/zadig
/ Errorf
Function
Errorf
pkg/tool/log/log.go:215–217 ·
view source on GitHub ↗
(format string, args ...interface{})
Source
from the content-addressed store, hash-verified
213
}
214
215
func
Errorf(format string, args ...
interface
{}) {
216
getSimpleLogger().Errorf(format, args...)
217
}
218
219
func
DPanic(args ...
interface
{}) {
220
getSimpleLogger().DPanic(args...)
Callers
15
Serve
Function · 0.92
initResource
Function · 0.92
Exec
Method · 0.92
Execute
Function · 0.92
ListActionByRole
Function · 0.92
CreateRole
Function · 0.92
UpdateRole
Function · 0.92
ListRolesByNamespace
Function · 0.92
lazySyncRoleTemplates
Function · 0.92
ListRolesByNamespaceAndUserID
Function · 0.92
GetRole
Function · 0.92
DeleteRole
Function · 0.92
Calls
2
getSimpleLogger
Function · 0.85
Errorf
Method · 0.45
Tested by
1
TestConnection
Function · 0.74