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

Method StringSetter

plugin/javascript.go:209–213  ·  view source on GitHub ↗

StringSetter sends string request

(param string)

Source from the content-addressed store, hash-verified

207
208// StringSetter sends string request
209func (p *Javascript) StringSetter(param string) (func(string) error, error) {
210 return func(val string) error {
211 return p.handleSetter(param, val)
212 }, nil
213}
214
215var _ BoolSetter = (*Javascript)(nil)
216

Callers

nothing calls this directly

Calls 1

handleSetterMethod · 0.95

Tested by

no test coverage detected