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

Method validSignature

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

Source from the content-addressed store, hash-verified

42 chunkTableOffset;
43
44 static char const * validSignature() { return "NVDACHNK"; }
45
46 static uint32_t currentVersion() { return 0x100; }
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected