MCPcopy Index your code
hub / github.com/evcc-io/evcc / IntSetter

Method IntSetter

plugin/javascript.go:191–195  ·  view source on GitHub ↗

IntSetter sends int request

(param string)

Source from the content-addressed store, hash-verified

189
190// IntSetter sends int request
191func (p *Javascript) IntSetter(param string) (func(int64) error, error) {
192 return func(val int64) error {
193 return p.handleSetter(param, val)
194 }, nil
195}
196
197var _ FloatSetter = (*Javascript)(nil)
198

Callers

nothing calls this directly

Calls 1

handleSetterMethod · 0.95

Tested by

no test coverage detected