MCPcopy Create free account
hub / github.com/chigraph/chigraph / pathToCSources

Method pathToCSources

libchigraph/include/chi/GraphModule.hpp:150–152  ·  view source on GitHub ↗

Get the path to the .c directory. It is not garunteed to exist, even if cEnabled() is true

Source from the content-addressed store, hash-verified

148
149 /// Get the path to the .c directory. It is not garunteed to exist, even if cEnabled() is true
150 boost::filesystem::path pathToCSources() const {
151 return sourceFilePath().parent_path() / (shortName() + ".c");
152 }
153
154 /// \}
155

Callers 1

codegenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected