MCPcopy Create free account
hub / github.com/MrKepzie/Natron / clearAndResize

Method clearAndResize

Engine/NodeMetadata.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void
120NodeMetadata::clearAndResize(int inputCount)
121{
122 _imp->inputsData.resize(inputCount);
123}
124
125void
126NodeMetadata::operator=(const NodeMetadata& other)

Callers 1

getDefaultMetadataMethod · 0.80

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected