Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ SetString
Method
SetString
src/plugin/kernel/include/AFCNode.hpp:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
void SetString(const std::string& value) override
266
{
267
data_ = value;
268
}
269
270
std::string ToString() const override
271
{
Callers
1
SaveTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected