MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / advance

Method advance

Extension/src/Utility/Process/streams.ts:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 advance() {
28 this.#current = Math.max(this.current + 1, this.lineBuffer.head);
29 return this;
30 }
31
32 /** this is both an iterator and the iterable itself. */
33 [Symbol.asyncIterator](): AsyncIterator<string, string> {

Callers 3

skipToMethod · 0.95
lineMethod · 0.95
nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected