MCPcopy Create free account
hub / github.com/apache/arrow / StaticRelease

Method StaticRelease

cpp/src/arrow/c/bridge_test.cc:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 static void StaticRelease(CType* c_struct) {
111 reinterpret_cast<ReleaseCallback*>(c_struct->private_data)->Release(c_struct);
112 }
113
114 void Release(CType* c_struct) {
115 ASSERT_FALSE(called_) << "ReleaseCallback called twice";

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected