Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ ByteString
Method
ByteString
src/pdf/PDFUnion.cpp:292–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
PDFUnion PDFUnion::ByteString(const char* value) {
293
DEBUG_ASSERT(value);
294
return PDFUnion(Type::ByteStaticString, value);
295
}
296
297
PDFUnion PDFUnion::TextString(const char* value) {
298
DEBUG_ASSERT(value);
Callers
nothing calls this directly
Calls
1
PDFUnion
Class · 0.85
Tested by
no test coverage detected