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

Function solve

sources/instance/type_ext.cpp:1621–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619 }
1620
1621 var solve(const context_t &context, expression_t &tree)
1622 {
1623 return context->instance->parse_expr(tree.root());
1624 }
1625
1626 var cmd_args(const context_t &context)
1627 {

Callers

nothing calls this directly

Calls 2

parse_exprMethod · 0.80
rootMethod · 0.45

Tested by

no test coverage detected