MCPcopy 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
13func init() {
14 registry.Add("error", NewErrorFromConfig)
15}
16
17// NewErrorFromConfig creates error provider
18func NewErrorFromConfig(other map[string]any) (Plugin, error) {

Callers

nothing calls this directly

Calls 1

AddMethod · 0.65

Tested by

no test coverage detected