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

Method add_domain

include/covscript/impl/runtime.hpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void add_domain()
77 {
78 if (fiber_stack != nullptr)
79 fiber_stack->push();
80 else
81 m_data.push();
82 }
83
84 domain_type &get_domain() const
85 {

Callers 3

translateMethod · 0.80
interpretMethod · 0.80
scope_guardMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected