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

Method haveMore

src/gdb.ts:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 public haveMore(): boolean {
192 return this.queue.length > 0;
193 }
194}
195
196class CustomContinuedEvent extends Event implements DebugProtocol.Event {

Callers 1

continueIfNoMoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected