Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ store
Method
store
sources/effects/AnimationBaseMusic.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
};
44
45
void AnimationBaseMusic::store(MovingTarget* source) {
46
_myTarget.CopyFrom(source);
47
};
48
49
void AnimationBaseMusic::restore(MovingTarget* target) {
50
target->CopyFrom(&_myTarget);
Callers
1
hasResult
Method · 0.80
Calls
1
CopyFrom
Method · 0.80
Tested by
no test coverage detected