MCPcopy
hub / github.com/evcc-io/evcc / Unlock

Function Unlock

plugin/javascript/registry.go:26–28  ·  view source on GitHub ↗

expose mutex to serialize VM access

()

Source from the content-addressed store, hash-verified

24
25// expose mutex to serialize VM access
26func Unlock() {
27 mu.Unlock()
28}
29
30// RegisteredVM returns a JS VM. If name is not empty, it will return a shared instance.
31func RegisteredVM(name, init string) (*otto.Otto, error) {

Callers 3

handleGetterMethod · 0.92
handleSetterMethod · 0.92
setParamSyncMethod · 0.92

Calls 1

UnlockMethod · 0.80

Tested by

no test coverage detected