Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ main
Function
main
Tests/AliasTarget/commandgenerator.cpp:6–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include
"object.h"
5
6
int main(int argc, char** argv)
7
{
8
std::ofstream fout(
"commandoutput.h"
);
9
if (!fout)
10
return 1;
11
fout <<
"#define COMMANDOUTPUT_DEFINE\n"
;
12
fout.close();
13
return object();
14
}
Callers
nothing calls this directly
Calls
2
object
Function · 0.85
close
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…