MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / set

Method set

web/regression/javascript/fake_model.js:15–17  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

13 }
14
15 set(key, value) {
16 this.values[key] = value;
17 }
18
19 get(key) {
20 return this.values[key];

Callers 1

store.spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected