Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ peek
Method
peek
src/compute-engine/latex-syntax/tokenizer.ts:162–164 ·
view source on GitHub ↗
* Return the next char, but do not advance
()
Source
from the content-addressed store, hash-verified
160
/**
161
* @
return
True
if
we reached the end of the stream
162
*/
163
end(): boolean {
164
return
this.pos >= this.s.length;
165
}
166
/**
167
* Return the next char and advance
Callers
1
next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected