Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
auto 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_legacy
Function · 0.85
solve_modern
Function · 0.85
Tested by
no test coverage detected