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

Function MaaStringListBufferIsEmpty

source/Common/MaaBuffer.cpp:101–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101MaaBool MaaStringListBufferIsEmpty(const MaaStringListBuffer* handle)
102{
103 if (!handle) {
104 LogError << "handle is null";
105 return true; // means empty
106 }
107
108 return handle->empty();
109}
110
111MaaSize MaaStringListBufferSize(const MaaStringListBuffer* handle)
112{

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected