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

Method sourceFilePath

libchigraph/src/GraphModule.cpp:1025–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025boost::filesystem::path GraphModule::sourceFilePath() const {
1026 return context().workspacePath() / "src" / (fullName() + ".chimod");
1027}
1028
1029Result GraphModule::createNodeTypeFromCCode(boost::string_view code,
1030 boost::string_view functionName,

Callers 1

setBreakpointMethod · 0.80

Calls 1

workspacePathMethod · 0.80

Tested by

no test coverage detected