MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / get

Method get

static/local.ts:30–30  ·  view source on GitHub ↗
(key: string, ifNotPresent: T)

Source from the content-addressed store, hash-verified

28
29export interface Storage {
30 get<T>(key: string, ifNotPresent: T): string | T;
31
32 set(key: string, value: string): boolean;
33

Callers 15

fetch_infra_settingsFunction · 0.65
__call__Method · 0.65
mainFunction · 0.65
get_fileMethod · 0.65
get_groupMethod · 0.65
get_path_dirsFunction · 0.65
extract_versionMethod · 0.65

Implementers 2

LocalOnlyStoragestatic/local.ts

Calls

no outgoing calls

Tested by

no test coverage detected