MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / MaaStringListBufferDestroy

Function MaaStringListBufferDestroy

source/Common/MaaBuffer.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void MaaStringListBufferDestroy(MaaStringListBuffer* handle)
92{
93 if (!handle) {
94 LogError << "handle is null";
95 return;
96 }
97
98 delete handle;
99}
100
101MaaBool MaaStringListBufferIsEmpty(const MaaStringListBuffer* handle)
102{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected