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

Method retypeDataOutput

libchigraph/src/GraphFunction.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void GraphFunction::retypeDataOutput(size_t idx, DataType newType) {
279 if (idx < mDataOutputs.size()) { mDataOutputs[idx].type = std::move(newType); }
280 updateExits();
281}
282
283llvm::FunctionType* GraphFunction::functionType() const {
284 std::vector<llvm::Type*> arguments;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected