Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compiler-explorer/compiler-explorer
/ list
Function
list
static/history.ts:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
function
list(): HistoryEntry[] {
54
return
JSON.parse(localStorage.get(
'history'
,
'[]'
));
55
}
56
57
function
getArrayWithJustTheCode(editorSources: Record<string, any>[]): string[] {
58
return
editorSources.map(s => s.source);
Callers
8
test_triton_wrapper
Function · 0.85
main
Function · 0.85
read_table
Function · 0.85
get_description
Function · 0.85
parse_docs
Function · 0.85
main
Function · 0.85
push
Function · 0.85
sortedList
Function · 0.85
Calls
2
get
Method · 0.65
parse
Method · 0.45
Tested by
1
test_triton_wrapper
Function · 0.68