Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseImport
Function · 0.80
Calls
2
consumeWhitespaces
Method · 0.95
isIdentifier
Method · 0.95
Tested by
no test coverage detected