MCPcopy Create free account
hub / github.com/EasyRPG/Player / MakeAttributeSetArray

Function MakeAttributeSetArray

tests/attribute.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57template <typename... Args>
58auto MakeAttributeSetArray(const Args*... args) {
59 return Utils::MakeArray<const lcf::DBBitArray*>(args...);
60}
61
62TEST_CASE("ApplyMultiplerDefault") {
63 const MockActor m;

Callers 3

attribute.cppFile · 0.85
testSingleFunction · 0.85
testMaxMultiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected