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

Method Key

src/lottie/lottieparser.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 return true;
125 }
126 bool Key(const char *str, SizeType length, bool)
127 {
128 st_ = kHasKey;
129 v_.SetString(str, length);
130 return true;
131 }
132 bool EndObject(SizeType)
133 {
134 st_ = kExitingObject;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected