Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
OverflowList
Class · 0.45
karma.conf.js
File · 0.45
karma.conf.js
File · 0.45
transformDocumentalistData
Function · 0.45
karma.conf.js
File · 0.45
karma.conf.js
File · 0.45
componentDidUpdate
Method · 0.45
MutableTable
Class · 0.45
N
Function · 0.45
ht
Function · 0.45
docs-app.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected