Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingBeard/tfkg
/ defaultErrorHandler
Struct
defaultErrorHandler
web/module/common/interfaces.go:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
type
defaultErrorHandler
struct
{}
16
17
func
(d defaultErrorHandler) Error(e error) {
18
buf := make([]byte, 1000000)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected