Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ onUndo
Method
onUndo
src/app/cmd/set_user_data.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void SetUserData::onUndo()
32
{
33
doc::get<doc::WithUserData>(m_objId)->setUserData(m_oldUserData);
34
}
35
36
} // namespace cmd
37
} // namespace app
Callers
nothing calls this directly
Calls
1
setUserData
Method · 0.80
Tested by
no test coverage detected