MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isAtIdentifier

Method isAtIdentifier

compiler/companion/src/utils/TextParser.ts:99–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 isAtIdentifier(): boolean {
100 this.consumeWhitespaces();
101 return this.isIdentifier(this.position);
102 }
103
104 parseIdentifier(): string {
105 this.consumeWhitespaces();

Callers 1

parseImportFunction · 0.80

Calls 2

consumeWhitespacesMethod · 0.95
isIdentifierMethod · 0.95

Tested by

no test coverage detected