MCPcopy Create free account
hub / github.com/Gusabary/FlowChar / SeqBox

Method SeqBox

src/box.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10Box::Box(const Kind kind) : kind(kind) {}
11
12SeqBox::SeqBox() : Box(Kind::SEQ) {}
13
14SimpleBox::SimpleBox(const std::string &content) : Box(Kind::SIMPLE), content(content) {}
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected