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

Method SetPointer

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

Source from the content-addressed store, hash-verified

534 }
535
536 void SetPointer(void* value) override
537 {
538 Release();
539 mnType = ArkDataType::DT_POINTER;
540 mpVaule = value;
541 }
542
543 void SetUserData(const void* value, size_t size) override
544 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected