MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / pglSampleStorageValidate

Function pglSampleStorageValidate

openpgl/api/api.cpp:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404extern "C" OPENPGL_DLLEXPORT bool pglSampleStorageValidate(PGLSampleStorage sampleStorage)
405{
406 auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage;
407 return gSampleStorage->validate();
408}
409
410extern "C" OPENPGL_DLLEXPORT void pglSampleStorageMerge(PGLSampleStorage sampleStorageA, PGLSampleStorage sampleStorageB)
411{

Callers 1

ValidateMethod · 0.85

Calls 1

validateMethod · 0.45

Tested by

no test coverage detected