Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ make_array
Function
make_array
src/utils/inc/brainflow_array.h:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
static inline std::array<int, 1> make_array (int size0)
41
{
42
std::array<int, 1> result;
43
result[0] = size0;
44
return result;
45
}
46
47
static inline std::array<int, 2> make_array (int size0, int size1)
48
{
Callers
1
BrainFlowArray
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected