MCPcopy 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
21static constexpr auto peek_(auto offset) noexcept {
22 return lib::ir::IR{lib::code::Peek{offset}};
23}
24
25static constexpr auto peek_() noexcept { return peek_(0u); }
26

Callers 2

skip_whitespaceFunction · 0.85
read_intFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected