MCPcopy Create free account
hub / github.com/defold/defold / Delete

Function Delete

engine/dlib/src/dlib/configfile.cpp:727–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725 }
726
727 void Delete(HConfig config)
728 {
729 PluginsDestroy(config);
730 delete config;
731 }
732
733 const char* GetString(HConfig config, const char* key, const char* default_value)
734 {

Callers

nothing calls this directly

Calls 1

PluginsDestroyFunction · 0.85

Tested by

no test coverage detected