MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cx_ratio

Function cx_ratio

tests/test_complexity.c:425–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425static double cx_ratio(double num, double den) {
426 return den > 0.0 ? num / den : 0.0;
427}
428
429/* Shared across the suite so the report test reuses the measured pair instead
430 * of paying two more pipeline runs. */

Callers 1

test_complexity.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected