MCPcopy 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

equalMethod · 0.45
EqualMethod · 0.45
LoadConfigMethod · 0.45
AFCEntity.cppFile · 0.45
GetCustomStringMethod · 0.45
NodeToDBDataMethod · 0.45
NodeToPBDataMethod · 0.45
AFNodeManager.cppFile · 0.45
SetStringMethod · 0.45
LoadConfigMethod · 0.45
LoadConfigMetaMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected