Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ Item
Method
Item
src/vector/vdebug.cpp:475–475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
public:
474
struct Item {
475
Item(VDebug&& logline) : logline(std::move(logline)) {}
476
char padding[256 - sizeof(VDebug)];
477
VDebug logline;
478
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected