MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / node_name

Method node_name

src/Chain/libraries/include/glua/glua_astparser.h:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 _mr->set_node_name(name);
234 }
235 inline virtual std::string node_name() const
236 {
237 return _mr->node_name();
238 }
239 inline virtual ComplexMatchResult *as_complex() const
240 {
241 return _mr->as_complex();

Callers 15

is_expr_nodeFunction · 0.45
is_simpleexp_nodeFunction · 0.45
check_bin_expr_errorMethod · 0.45
check_un_expr_errorMethod · 0.45
check_do_stat_errorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected