MCPcopy Create free account
hub / github.com/covscript/covscript / remove_domain

Method remove_domain

include/covscript/impl/runtime.hpp:113–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 void remove_domain()
114 {
115 if (fiber_stack != nullptr) {
116 fiber_stack->top().clear();
117 fiber_stack->pop_no_return();
118 }
119 else {
120 m_data.top().clear();
121 m_data.pop_no_return();
122 }
123 }
124
125 void clear_set()
126 {

Callers 3

translateMethod · 0.80
interpretMethod · 0.80
~scope_guardMethod · 0.80

Calls 2

pop_no_returnMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected