MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / SetString

Method SetString

src/plugin/kernel/include/AFCData.hpp:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 void SetString(const char* value) override
516 {
517 Release();
518 mnType = ArkDataType::DT_STRING;
519 InnerSetString(value);
520 }
521
522 void SetUInt(uint32_t value) override
523 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected