Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ advance
Method
advance
packages/cli/src/cli/loaders/xcode-strings/parser.ts:89–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
private advance(): void {
90
if
(this.pos < this.tokens.length) {
91
this.pos++;
92
}
93
}
94
95
private expect(
type
: TokenType): boolean {
96
if
(this.current()?.
type
===
type
) {
Callers
3
parse
Method · 0.95
parseEntry
Method · 0.95
expect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected