MCPcopy Create free account
hub / github.com/apache/tvm-ffi / DeinitSuccess

Function DeinitSuccess

tests/cpp/extra/test_c_env_api.cc:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119static int DeinitSuccess(void* h) {
120 delete static_cast<int*>(h);
121 return 0;
122}
123
124static int DeinitShouldNotBeCalled(void* h) {
125 // Should not be called when handle is already null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected