MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / global_

Function global_

gil/std.base.hpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46} _stack_local_scope_;
47
48static constexpr auto global_(auto name) noexcept {
49 return lib::ir::IR{lib::code::Var{lib::ir::get_code(name)}};
50}
51
52static constexpr auto var_(auto name) noexcept {
53 return global_(name)[*global_(_stack_local_scope_)];

Callers 7

mergesort.cppFile · 0.85
std.io.hppFile · 0.85
std.str.hppFile · 0.85
var_Function · 0.85
switch_Function · 0.85
operator()Method · 0.85
std.base.hppFile · 0.85

Calls 1

get_codeFunction · 0.85

Tested by

no test coverage detected