MCPcopy 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
45void AnimationBaseMusic::store(MovingTarget* source) {
46 _myTarget.CopyFrom(source);
47};
48
49void AnimationBaseMusic::restore(MovingTarget* target) {
50 target->CopyFrom(&_myTarget);

Callers 1

hasResultMethod · 0.80

Calls 1

CopyFromMethod · 0.80

Tested by

no test coverage detected