MCPcopy Create free account
hub / github.com/USCiLab/cereal / SubFixture

Method SubFixture

sandbox/sandbox_json.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173struct SubFixture
174{
175 SubFixture() : a( 3 ),
176 b( 9999 ),
177 c( 100.1f ),
178 d( 2000.9 ),
179 s( "hello, world!" )
180 {}
181
182 int a;
183 uint64_t b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected