MCPcopy
hub / github.com/formatjs/formatjs / offset

Method offset

packages/icu-messageformat-parser/parser.ts:1117–1119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1115 }
1116
1117 private offset(): number {
1118 return this.position.offset
1119 }
1120
1121 private isEOF(): boolean {
1122 return this.offset() === this.message.length

Callers 10

parseMethod · 0.95
parseTagNameMethod · 0.95
isEOFMethod · 0.95
bumpIfMethod · 0.95
bumpUntilMethod · 0.95
bumpToMethod · 0.95
peekMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected