Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ at
Method
at
compiler/src/modules/lexer/scan.rs:94–96 ·
view source on GitHub ↗
(&self, offset: usize)
Source
from the content-addressed store, hash-verified
92
93
#[inline(always)]
94
fn at(&self, offset: usize) -> Option<u8> {
95
self.src.get(self.pos + offset).copied()
96
}
97
98
// Numbers: decimal, hex, octal, binary, float.
99
Callers
5
scan_number
Method · 0.45
scan_string
Method · 0.45
scan_single_string
Method · 0.45
scan_triple_string
Method · 0.45
next_token
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected