Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Peek
Method
Peek
LibLemon/src/lexer.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
char BasicLexer::Peek(ssize_t ahead) const{
53
assert(it + ahead < sv.end());
54
55
return *(it + ahead);
56
}
57
}
Callers
nothing calls this directly
Calls
1
end
Method · 0.45
Tested by
no test coverage detected