Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ run
Method
run
test/doc_storage_ptr.cpp:167–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
{
166
public:
167
void
168
run()
169
{
170
(void)&set1;
171
BOOST_TEST_PASS();
172
}
173
};
174
175
TEST_SUITE(doc_storage_ptr_test,
"boost.json.doc_storage_ptr"
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected