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

Method Null

src/lottie/lottieparser.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70class LookaheadParserHandler {
71public:
72 bool Null()
73 {
74 st_ = kHasNull;
75 v_.SetNull();
76 return true;
77 }
78 bool Bool(bool b)
79 {
80 st_ = kHasBool;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected