MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / isQueryFlagSet

Method isQueryFlagSet

lib/DDPPlugin/src/DDPServer.cpp:342–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342bool DDPServer::isQueryFlagSet(const DDPHeader& header)
343{
344 uint8_t flag = (header.detail.flags >> DDP_HEADER_FLAGS_QUERY_BIT) & DDP_HEADER_FLAGS_QUERY_MASK;
345
346 return (0U != flag);
347}
348
349bool DDPServer::isPushFlagSet(const DDPHeader& header)
350{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected