MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / hasPendingControlFrame

Function hasPendingControlFrame

Libraries/Http/HttpWebSocket.h:267–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 Span<const char>& encodedFrame);
266
267 [[nodiscard]] bool hasPendingControlFrame() const { return pendingControlFrame.sizeInBytes() > 0; }
268 Result getPendingControlFrame(Span<const char>& frame) const;
269 void clearPendingControlFrame();
270

Callers 2

queueAutomaticControlMethod · 0.85

Calls 1

sizeInBytesMethod · 0.45

Tested by

no test coverage detected