Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SheafificationOfG/based-cpp
/ get_code
Function
get_code
gil/std.impl.hpp:323–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
template <typename Code> struct IR;
322
323
template <typename Code> constexpr auto get_code(IR<Code> const &ir) {
324
return ir.code;
325
}
326
constexpr auto get_code(auto other) { return other; }
327
328
template <typename Code> struct IR {
Callers
2
putc_
Function · 0.85
global_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected