MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / getValue

Method getValue

src/platform/common/utils/lazy.ts:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 hasValue(): boolean;
9
10 getValue(): T;
11
12 map<R>(f: (x: T) => R): Lazy<R>;
13}

Callers 4

mapMethod · 0.95
AmbiguousCharactersClass · 0.80
getLocalesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected