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

Method isPushFlagSet

lib/DDPPlugin/src/DDPServer.cpp:349–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349bool DDPServer::isPushFlagSet(const DDPHeader& header)
350{
351 uint8_t flag = (header.detail.flags >> DDP_HEADER_FLAGS_PUSH_BIT) & DDP_HEADER_FLAGS_PUSH_MASK;
352
353 return (0U != flag);
354}
355
356void DDPServer::setPushFlag(DDPHeader& header)
357{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected