MCPcopy
hub / github.com/palantir/blueprint / set

Method set

packages/table-dev-app/src/localStore.ts:49–51  ·  view source on GitHub ↗
(state: T)

Source from the content-addressed store, hash-verified

47 }
48
49 public set(state: T) {
50 this.storage.setItem(this.key, JSON.stringify(state));
51 }
52
53 public clear() {
54 this.storage.removeItem(this.key);

Callers 15

karma.conf.jsFile · 0.45
OverflowListClass · 0.45
karma.conf.jsFile · 0.45
karma.conf.jsFile · 0.45
karma.conf.jsFile · 0.45
karma.conf.jsFile · 0.45
componentDidUpdateMethod · 0.45
MutableTableClass · 0.45
NFunction · 0.45
htFunction · 0.45
docs-app.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected