MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / first

Method first

static/presentation.ts:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 public constructor(public maxSlides: number) {}
34
35 public first() {
36 this.currentSlide = 0;
37 localStorage.set(CURRENT_SLIDE_KEY, this.currentSlide.toString(10));
38 this.show();
39 }
40
41 public next() {
42 if (this.currentSlide < this.maxSlides - 1) {

Callers 15

getInstructionListFunction · 0.80
getInstructionInfoFunction · 0.80
extractFunction · 0.80
onThemeChangeMethod · 0.80
getPopularArgumentsMethod · 0.80
monaco-test.cy.tsFile · 0.80
compile.cy.tsFile · 0.80
gccdump.cy.tsFile · 0.80
waitForEditorsFunction · 0.80
addCompilerFromEditorFunction · 0.80

Calls 3

showMethod · 0.95
toStringMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected