Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compiler-explorer/compiler-explorer
/ undefer
Method
undefer
static/panes/executor.ts:259–262 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
257
}
258
259
undefer(): void {
260
this.deferCompiles = false;
261
if
(this.needsCompile) this.compile();
262
}
263
264
override resize(): void {
265
_.defer(self => {
Callers
1
postInit
Method · 0.95
Calls
1
compile
Method · 0.95
Tested by
no test coverage detected