Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ fix_tests
Function
fix_tests
fix/tests.c:53–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void fix_tests() {
54
test_add();
55
test_div();
56
test_mul();
57
test_new();
58
test_sub();
59
}
Callers
1
main
Function · 0.85
Calls
5
test_add
Function · 0.85
test_div
Function · 0.85
test_mul
Function · 0.85
test_new
Function · 0.85
test_sub
Function · 0.85
Tested by
no test coverage detected