Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SheafificationOfG/based-cpp
/ peek_
Function
peek_
gil/std.base.hpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
};
20
21
static constexpr auto peek_(auto offset) noexcept {
22
return lib::ir::IR{lib::code::Peek{offset}};
23
}
24
25
static constexpr auto peek_() noexcept { return peek_(0u); }
26
Callers
2
skip_whitespace
Function · 0.85
read_int
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected