MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / isKeyword

Function isKeyword

Extension/src/Utility/Eventing/eventParser.ts:20–22  ·  view source on GitHub ↗
(token: Token)

Source from the content-addressed store, hash-verified

18first;
19
20function isKeyword(token: Token) {
21 return token.kind > Kind.KeywordsStart && token.kind < Kind.KeywordsEnd;
22}
23
24export function parse(triggerExpression: string, sourceToBindTo: ArbitraryObject | undefined): [boolean, boolean, Map<string, Filter | true>, ArbitraryObject?] {
25 //

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected