MCPcopy
hub / github.com/electerm/electerm / add

Method add

src/client/components/common/ref.js:13–15  ·  view source on GitHub ↗
(key, inst)

Source from the content-addressed store, hash-verified

11 }
12
13 add (key, inst) {
14 window[this.key].set(key, inst)
15 }
16
17 get (key) {
18 return window[this.key].get(key)

Callers 15

startServerFunction · 0.45
startServerFunction · 0.45
startTrackingServerFunction · 0.45
startTelnetServerFunction · 0.45
addClsFunction · 0.45
componentDidMountMethod · 0.45
batch-op-logs.jsxFile · 0.45
componentDidMountMethod · 0.45
componentDidMountMethod · 0.45
constructorMethod · 0.45

Calls 1

setMethod · 0.45

Tested by 4

startServerFunction · 0.36
startServerFunction · 0.36
startTrackingServerFunction · 0.36
startTelnetServerFunction · 0.36