MCPcopy Create free account
hub / github.com/PowerGridModel/power-grid-model / C

Method C

tests/cpp_unit_tests/test_container.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace {
20struct C {
21 explicit C(Idx a1) : a{a1} {}
22
23 Idx a;
24};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected