MCPcopy Create free account
hub / github.com/Marus/cortex-debug / refresh

Method refresh

src/frontend/rtos/rtos.ts:106–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 public refresh(): Promise<void> {
107 if (this.lastFrameId !== undefined) {
108 return this.onStopped(this.lastFrameId);
109 }
110 return new Promise<void>((r) => r());
111 }
112}
113
114interface DebugStopRunEvent {

Callers 3

settingsChangedMethod · 0.45
onStoppedFunction · 0.45
updateRTOSInfoMethod · 0.45

Calls 1

onStoppedMethod · 0.95

Tested by

no test coverage detected