Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
push
Function · 0.65
add
Method · 0.65
updateState
Method · 0.65
applyColours
Function · 0.65
submit
Method · 0.65
submitCMake
Method · 0.65
first
Method · 0.65
next
Method · 0.65
previous
Method · 0.65
setupButtons
Function · 0.65
initPolicies
Function · 0.65
start
Function · 0.65
Implementers
2
LocalOnlyStorage
static/local.ts
SessionThenLocalStorage
static/local.ts
Calls
no outgoing calls
Tested by
no test coverage detected