Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void SJsonConfigImporter::Destroy(void* resource)
45
{
46
SkrDelete((skr_config_resource_t*)resource);
47
return;
48
}
49
50
uint32_t SConfigCooker::Version()
51
{
Callers
1
Cook
Method · 0.45
Calls
1
SkrDelete
Function · 0.85
Tested by
no test coverage detected