MCPcopy Create free account
hub / github.com/WheretIB/nullc / NodeBreakOp

Method NodeBreakOp

NULLC/SyntaxTree.cpp:1657–1662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1655FastVector<unsigned int> NodeBreakOp::fixQueue;
1656
1657NodeBreakOp::NodeBreakOp(unsigned int brDepth)
1658{
1659 nodeType = typeNodeBreakOp;
1660
1661 breakDepth = brDepth;
1662}
1663NodeBreakOp::~NodeBreakOp()
1664{
1665}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected