MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / currentVersion

Method currentVersion

src/core/chunk/chunkFile.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 static char const * validSignature() { return "NVDACHNK"; }
45
46 static uint32_t currentVersion() { return 0x100; }
47
48 bool isValid() const
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected