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

Method set

static/local.ts:32–32  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

30 get<T>(key: string, ifNotPresent: T): string | T;
31
32 set(key: string, value: string): boolean;
33
34 remove(key: string): void;
35}

Callers 15

pushFunction · 0.65
addMethod · 0.65
updateStateMethod · 0.65
applyColoursFunction · 0.65
submitMethod · 0.65
submitCMakeMethod · 0.65
firstMethod · 0.65
nextMethod · 0.65
previousMethod · 0.65
setupButtonsFunction · 0.65
initPoliciesFunction · 0.65
startFunction · 0.65

Implementers 2

LocalOnlyStoragestatic/local.ts

Calls

no outgoing calls

Tested by

no test coverage detected