MCPcopy Create free account
hub / github.com/dejwk/roo_display / ParserStreamable

Method ParserStreamable

test/testing.h:304–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302class ParserStreamable : public Streamable {
303 public:
304 ParserStreamable(Box extents, string data)
305 : ParserStreamable(ColorMode(), std::move(extents), std::move(data)) {}
306
307 ParserStreamable(ColorMode mode, Box extents, string data)
308 : mode_(mode), extents_(std::move(extents)), data_(std::move(data)) {}

Callers

nothing calls this directly

Calls 1

ColorModeEnum · 0.85

Tested by

no test coverage detected