MCPcopy Create free account
hub / github.com/dds-bridge/dds / main

Function main

examples/migration_example.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41auto main() -> int
42{
43 Deal deal{};
44 solve_legacy(deal);
45 solve_modern(deal);
46 return 0;
47}

Callers

nothing calls this directly

Calls 2

solve_legacyFunction · 0.85
solve_modernFunction · 0.85

Tested by

no test coverage detected