MCPcopy 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
6int 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

objectFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…