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

Function eatWhitespace

Extension/src/Utility/Eventing/eventParser.ts:257–261  ·  view source on GitHub ↗
(tokens: Token[])

Source from the content-addressed store, hash-verified

255}
256
257function eatWhitespace(tokens: Token[]) {
258 while (tokens.length && tokens[0].kind === Kind.Whitespace) {
259 tokens.shift();
260 }
261}

Callers 1

generateFilterFnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected