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:349–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
void FromString(const std::string& value) override
350
{
351
data_ = AFMisc::FromString<bool>(value);
352
}
353
354
ID_TYPE GetValue() const override
355
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected