MCPcopy Create free account
hub / github.com/build-cpp/cmkr / Template

Class Template

include/project_parser.hpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118};
119
120struct Template {
121 Target outline;
122 std::string add_function;
123 std::vector<std::string> add_arguments;
124 bool pass_sources_to_add_function = false;
125};
126
127struct Test {
128 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected