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

Function DeinitSuccess

tests/cpp/test_init_once.cc:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static int DeinitSuccess(void* h) {
43 delete static_cast<int*>(h);
44 return 0;
45}
46
47static int DeinitShouldNotBeCalled(void* h) {
48 // Should not be called when handle is already null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected