Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ current
Method
current
packages/cli/src/cli/loaders/xcode-strings/parser.ts:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
private current(): Token {
86
return
this.tokens[this.pos];
87
}
88
89
private advance(): void {
90
if
(this.pos < this.tokens.length) {
Callers
3
parse
Method · 0.95
parseEntry
Method · 0.95
expect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected