Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compiler-explorer/compiler-explorer
/ getConfig
Function
getConfig
lib/aws.ts:121–124 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
119
}
120
121
export
function
getConfig(name: string): string {
122
if
(!awsConfigInit) throw
new
Error(
"Reading AWS config before it's loaded"
);
123
return
awsConfig[name] || unwrap(awsProps)<string>(name);
124
}
Callers
nothing calls this directly
Calls
1
unwrap
Function · 0.70
Tested by
no test coverage detected