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

Function InitValue456

tests/cpp/test_init_once.cc:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static int InitValue456(void** handle_addr) {
79 *handle_addr = new int(456);
80 return 0;
81}
82
83TEST(CEnvAPI, TVMFFIHandleInitDeinitOnce) {
84 // Test 1: Successful initialization

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected