Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ EndArray
Method
EndArray
src/lottie/lottieparser.cpp:142–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
return true;
141
}
142
bool EndArray(SizeType)
143
{
144
st_ = kExitingArray;
145
return true;
146
}
147
148
protected:
149
explicit LookaheadParserHandler(char *str);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected