Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
size_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_count
Method · 0.80
thread_worker
Method · 0.80
thread_worker
Method · 0.80
TEST
Function · 0.80
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
1
TEST
Function · 0.64