Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
export
interface
Storage {
30
get<T>(key: string, ifNotPresent: T): string | T;
31
32
set(key: string, value: string): boolean;
33
Callers
15
fetch_infra_settings
Function · 0.65
__call__
Method · 0.65
main
Function · 0.65
get_file
Method · 0.65
get_group
Method · 0.65
get_path_dirs
Function · 0.65
extract_version
Method · 0.65
_detect_compiler_type_and_version
Method · 0.65
_generate_display_name
Method · 0.65
_detect_java_properties
Method · 0.65
_reorganize_properties
Method · 0.65
validate_with_discovery
Method · 0.65
Implementers
2
LocalOnlyStorage
static/local.ts
SessionThenLocalStorage
static/local.ts
Calls
no outgoing calls
Tested by
no test coverage detected