MCPcopy Create free account
hub / github.com/Tencent/tgfx / appendByteString

Method appendByteString

src/pdf/PDFTypes.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void PDFArray::appendByteString(const char value[]) {
83 this->append(PDFUnion::ByteString(value));
84}
85
86void PDFArray::appendObject(std::unique_ptr<PDFObject>&& object) {
87 this->append(PDFUnion::Object(std::move(object)));

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected