Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compiler-explorer/compiler-explorer
/ previous
Method
previous
static/presentation.ts:49–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public previous() {
50
if
(this.currentSlide > 0) {
51
this.currentSlide--;
52
localStorage.set(CURRENT_SLIDE_KEY, this.currentSlide.toString(10));
53
this.show();
54
}
55
}
56
57
public show() {
58
window.hasUIBeenReset = true;
Callers
nothing calls this directly
Calls
3
show
Method · 0.95
toString
Method · 0.80
set
Method · 0.65
Tested by
no test coverage detected