MCPcopy Create free account
hub / github.com/Samsung/rlottie / parseKeyFrameValue

Method parseKeyFrameValue

src/lottie/lottieparser.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256 template <typename T, typename Tag>
257 bool parseKeyFrameValue(const char *, model::Value<T, Tag> &)
258 {
259 return false;
260 }
261
262 template <typename T>
263 bool parseKeyFrameValue(const char * key,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected