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

Method involve_domain

include/covscript/impl/runtime.hpp:351–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 }
350
351 void involve_domain(const domain_type &domain, bool is_override = false)
352 {
353 for (auto &it : domain)
354 add_var(it.first.data(), domain.get_var_by_id(it.second), is_override);
355 }
356 };
357
358 class runtime_type {

Callers 3

preprocessMethod · 0.80
operator()Method · 0.80
parse_usingMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected