Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
void PDFArray::appendByteString(const char value[]) {
83
this->append(PDFUnion::ByteString(value));
84
}
85
86
void PDFArray::appendObject(std::unique_ptr<PDFObject>&& object) {
87
this->append(PDFUnion::Object(std::move(object)));
Callers
nothing calls this directly
Calls
1
append
Method · 0.95
Tested by
no test coverage detected