MCPcopy Create free account
hub / github.com/dfranx/SHADERed / AnyTestObject

Class AnyTestObject

libs/cppdap/src/any_test.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace dap {
23
24struct AnyTestObject {
25 dap::integer i;
26 dap::number n;
27};
28
29DAP_STRUCT_TYPEINFO(AnyTestObject,
30 "AnyTestObject",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected