MCPcopy 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

20export interface IPersistentState<T> {
21 readonly value: T;
22 updateValue(value: T): Promise<void>;
23}
24
25export type ReadWrite<T> = {

Callers 7

disableMethod · 0.65
notifyDeprecationMethod · 0.65
loadBannerFunction · 0.65
disableBannerMethod · 0.65

Implementers 2

TestPersistentStatesrc/test/datascience/testPersistentSta
PersistentStatesrc/platform/common/persistentState.ts

Calls

no outgoing calls

Tested by 1

loadBannerFunction · 0.52