MCPcopy
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
53function list(): HistoryEntry[] {
54 return JSON.parse(localStorage.get('history', '[]'));
55}
56
57function getArrayWithJustTheCode(editorSources: Record<string, any>[]): string[] {
58 return editorSources.map(s => s.source);

Callers 8

test_triton_wrapperFunction · 0.85
mainFunction · 0.85
read_tableFunction · 0.85
get_descriptionFunction · 0.85
parse_docsFunction · 0.85
mainFunction · 0.85
pushFunction · 0.85
sortedListFunction · 0.85

Calls 2

getMethod · 0.65
parseMethod · 0.45

Tested by 1

test_triton_wrapperFunction · 0.68