Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ updateValue
Method
updateValue
src/platform/common/types.ts:22–22 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
20
export
interface
IPersistentState<T> {
21
readonly value: T;
22
updateValue(value: T): Promise<void>;
23
}
24
25
export
type
ReadWrite<T> = {
Callers
7
ipyWidgetScriptSourceProvider.unit.test.ts
File · 0.65
createRequirementsFile
Method · 0.65
disable
Method · 0.65
updateStateAndShowBanner
Method · 0.65
notifyDeprecation
Method · 0.65
loadBanner
Function · 0.65
disableBanner
Method · 0.65
Implementers
2
TestPersistentState
src/test/datascience/testPersistentSta
PersistentState
src/platform/common/persistentState.ts
Calls
no outgoing calls
Tested by
1
loadBanner
Function · 0.52