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

Method get_data_count

src/utils/data_buffer.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115size_t DataBuffer::get_data_count ()
116{
117 lock.lock ();
118 size_t result = this->count;
119 lock.unlock ();
120 return result;
121}

Callers 4

get_board_data_countMethod · 0.80
thread_workerMethod · 0.80
thread_workerMethod · 0.80
TESTFunction · 0.80

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by 1

TESTFunction · 0.64