MCPcopy Create free account
hub / github.com/Tencent/libpag / Encode

Method Encode

src/codec/Codec.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237std::unique_ptr<ByteData> Codec::Encode(std::shared_ptr<File> file) {
238 return Codec::Encode(file, nullptr);
239}
240
241std::unique_ptr<ByteData> Codec::Encode(std::shared_ptr<File> file,
242 std::shared_ptr<PerformanceData> performanceData) {

Callers

nothing calls this directly

Calls 8

WriteTagsOfFileFunction · 0.85
writeInt8Method · 0.80
writeUint8Method · 0.80
writeUint32Method · 0.80
writeBytesMethod · 0.80
getMethod · 0.45
lengthMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected