| 299 | } |
| 300 | |
| 301 | std::unique_ptr<NodeType> clone() const override { |
| 302 | Result res; |
| 303 | |
| 304 | return std::make_unique<CFuncNode>(*mGraphModule, mCCode, mFunctionName, mExtraArguments, |
| 305 | mInputs, mOutput); |
| 306 | } |
| 307 | |
| 308 | std::string mFunctionName; |
| 309 | std::string mCCode; |
no outgoing calls
no test coverage detected