Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void
120
NodeMetadata::clearAndResize(int inputCount)
121
{
122
_imp->inputsData.resize(inputCount);
123
}
124
125
void
126
NodeMetadata::operator=(const NodeMetadata& other)
Callers
1
getDefaultMetadata
Method · 0.80
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected