Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ GetUserData
Method
GetUserData
src/plugin/kernel/interface/AFINode.hpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
virtual const void* GetUserData(size_t& size) const
99
{
100
return nullptr;
101
}
102
103
virtual void* GetRawUserData() const
104
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected