MCPcopy Create free account
hub / github.com/apache/kvrocks / A

Method A

tests/cppunit/status_test.cc:123–123  ·  view source on GitHub ↗

NOLINT

Source from the content-addressed store, hash-verified

121TEST(StatusOr, SharedPtr) {
122 struct A { // NOLINT
123 explicit A(int *x) : x(x) { *x = 233; }
124 ~A() { *x = 0; }
125
126 int *x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected