Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ GetString
Method
GetString
src/plugin/kernel/include/AFCData.hpp:428–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
}
427
428
const char* GetString() const override
429
{
430
ARK_ASSERT_RET_VAL(mnType == ArkDataType::DT_STRING, NULL_STR.c_str());
431
return mstrValue;
432
}
433
434
uint32_t GetUInt() const override
435
{
Callers
15
equal
Method · 0.45
Equal
Method · 0.45
LoadConfig
Method · 0.45
AFCEntity.cpp
File · 0.45
GetCustomString
Method · 0.45
AFCStaticEntity.cpp
File · 0.45
NodeToDBData
Method · 0.45
NodeToPBData
Method · 0.45
AFNodeManager.cpp
File · 0.45
SetString
Method · 0.45
LoadConfig
Method · 0.45
LoadConfigMeta
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected