MCPcopy
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

parseMethod · 0.95
parseEntryMethod · 0.95
expectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected