Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ Fact
Method
Fact
src/Fact.cpp:51–55 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
49
*
50
*/
51
Fact::Fact(eFactCategory e) :
52
eCat(e)
53
{
54
// Nothing else to do.
55
}
56
57
/*
58
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected