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:719–722 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
717
}
718
719
void FromString(const std::string& value) override
720
{
721
data_ = AFMisc::FromString<AFGUID>(value);
722
}
723
724
ID_TYPE GetValue() const override
725
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected