MCPcopy Create free account
hub / github.com/evcc-io/evcc / GetTitle

Method GetTitle

core/loadpoint_api.go:107–111  ·  view source on GitHub ↗

GetTitle returns the loadpoint title

()

Source from the content-addressed store, hash-verified

105
106// GetTitle returns the loadpoint title
107func (lp *Loadpoint) GetTitle() string {
108 lp.RLock()
109 defer lp.RUnlock()
110 return lp.title
111}
112
113// SetTitle sets the loadpoint title
114func (lp *Loadpoint) SetTitle(title string) {

Callers 2

PrepareMethod · 0.95
createSessionMethod · 0.95

Calls 2

RLockMethod · 0.95
RUnlockMethod · 0.95

Tested by

no test coverage detected