Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ ~Keyframe
Method
~Keyframe
src/KeyFrame.cpp:124–127 ·
view source on GitHub ↗
Destructor
Source
from the content-addressed store, hash-verified
122
123
// Destructor
124
Keyframe::~Keyframe() {
125
Points.clear();
126
Points.shrink_to_fit();
127
}
128
129
// Add a new point on the key-frame. Each point has a primary coordinate,
130
// a left handle, and a right handle.
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected