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