Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ setText
Method
setText
src/doc/user_data.h:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
color_t color() const { return m_color; }
27
28
void setText(const std::string& text) { m_text = text; }
29
void setColor(color_t color) { m_color = color; }
30
31
bool operator==(const UserData& other) const {
Callers
1
read_user_data
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected