Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ AFNodeGUID
Method
AFNodeGUID
src/plugin/kernel/include/AFCNode.hpp:665–668 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
663
{
664
public:
665
explicit AFNodeGUID(std::shared_ptr<AFNodeMeta> pDataMeta)
666
{
667
data_meta_ = pDataMeta;
668
}
669
670
~AFNodeGUID() override = default;
671
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected