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

Method statement_case

include/covscript/impl/statement.hpp:305–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303
304 public:
305 statement_case() = delete;
306
307 statement_case(const var &tag, const std::deque<statement_base *> &b, const context_t &c, token_base *ptr)
308 : statement_base(c, ptr), mTag(copy(tag)), mBlock(new statement_block(b, c, ptr)) {}

Callers

nothing calls this directly

Calls 1

copyFunction · 0.50

Tested by

no test coverage detected