Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dalboris/vpaint
/ KeyCell
Method
KeyCell
src/Gui/VectorAnimationComplex/KeyCell.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
{
32
33
KeyCell::KeyCell(VAC * vac, Time time) :
34
Cell(vac),
35
time_(time)
36
{
37
}
38
39
KeyCell::KeyCell(KeyCell * other) :
40
Cell(other)
Callers
nothing calls this directly
Calls
3
Time
Class · 0.50
value
Method · 0.45
string
Method · 0.45
Tested by
no test coverage detected