MCPcopy Create free account
hub / github.com/boostorg/json / run

Method run

test/storage_ptr.cpp:197–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void
198 run()
199 {
200 storage_ptr sp;
201
202 testMembers();
203 testPull182();
204 testInitOrder();
205 }
206};
207
208value storage_ptr_test::jv1 = {1, 2, 3};

Callers

nothing calls this directly

Calls 1

testMembersFunction · 0.85

Tested by

no test coverage detected