Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evcc-io/evcc
/ init
Function
init
plugin/error.go:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
func
init() {
14
registry.Add(
"error"
, NewErrorFromConfig)
15
}
16
17
// NewErrorFromConfig creates error provider
18
func
NewErrorFromConfig(other
map
[string]any) (Plugin, error) {
Callers
nothing calls this directly
Calls
1
Add
Method · 0.65
Tested by
no test coverage detected