Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks
/ A
Class
A
tests/cppunit/status_test.cc:122–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
TEST(StatusOr, SharedPtr) {
122
struct A { // NOLINT
123
explicit A(int *x) : x(x) { *x = 233; }
124
~A() { *x = 0; }
125
126
int *x;
127
};
128
129
int val = 0;
130
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected