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

Method tee

Extension/src/Utility/Process/streams.ts:42–44  ·  view source on GitHub ↗

* splits the iterator into two, so that they can be advanced independently. * * @returns a new iterator that starts at the current position.

()

Source from the content-addressed store, hash-verified

40 * @returns a new iterator that starts at the current position.
41 */
42 tee() {
43 return new LineIterator(this.lineBuffer, this.current, this.stopExpression);
44 }
45
46 /**
47 * Stops the iterator at the point where we find the matching line.

Callers 2

filterMethod · 0.95
fromMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected