Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
parse
Method · 0.95
parseTagName
Method · 0.95
parseIdentifierIfPossible
Method · 0.95
parseSimpleArgStyleIfPossible
Method · 0.95
tryParsePluralOrSelectOptions
Method · 0.95
isEOF
Method · 0.95
bumpIf
Method · 0.95
bumpUntil
Method · 0.95
bumpTo
Method · 0.95
peek
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected