Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ AFNodeString
Method
AFNodeString
src/plugin/kernel/include/AFCNode.hpp:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
{
220
public:
221
explicit AFNodeString(std::shared_ptr<AFNodeMeta> pDataMeta)
222
{
223
data_meta_ = pDataMeta;
224
}
225
226
~AFNodeString() override = default;
227
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected