Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ FromString
Method
FromString
src/plugin/kernel/include/AFCNode.hpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void FromString(const std::string& value) override
128
{
129
data_ = AFMisc::FromString<int32_t>(value);
130
}
131
132
ID_TYPE GetValue() const override
133
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected