MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / pipe_push

Function pipe_push

src/utils/bluetooth/macos_third_party/pipe.c:911–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911void pipe_push(pipe_producer_t* p, const void* restrict elems, size_t count)
912{
913 count *= __pipe_elem_size(PIPIFY(p));
914 __pipe_push(PIPIFY(p), elems, count);
915}
916
917/*
918#ifdef PIPE_DEBUG

Callers

nothing calls this directly

Calls 2

__pipe_elem_sizeFunction · 0.85
__pipe_pushFunction · 0.85

Tested by

no test coverage detected