MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Destroy

Method Destroy

modules/tools/tool_core/src/assets/config_asset.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void SJsonConfigImporter::Destroy(void* resource)
45{
46 SkrDelete((skr_config_resource_t*)resource);
47 return;
48}
49
50uint32_t SConfigCooker::Version()
51{

Callers 1

CookMethod · 0.45

Calls 1

SkrDeleteFunction · 0.85

Tested by

no test coverage detected