MCPcopy 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

321template <typename Code> struct IR;
322
323template <typename Code> constexpr auto get_code(IR<Code> const &ir) {
324 return ir.code;
325}
326constexpr auto get_code(auto other) { return other; }
327
328template <typename Code> struct IR {

Callers 2

putc_Function · 0.85
global_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected