Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ setUserData
Method
setUserData
src/doc/with_user_data.h:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
const UserData& userData() const { return m_userData; }
20
21
void setUserData(const UserData& userData) {
22
m_userData = userData;
23
}
24
25
private:
26
UserData m_userData;
Callers
8
copyLayerContent
Method · 0.80
onExecute
Method · 0.80
onUndo
Method · 0.80
onExecute
Method · 0.80
onLoad
Method · 0.80
create_cel_copy
Function · 0.80
read_layer
Function · 0.80
read_celdata
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected