Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ get_raw_ptr
Method
get_raw_ptr
src/utils/inc/brainflow_array.h:273–276 ·
view source on GitHub ↗
get raw pointer
Source
from the content-addressed store, hash-verified
271
272
/// get raw pointer
273
T *get_raw_ptr ()
274
{
275
return origin;
276
}
277
278
/// get raw pointer
279
const T *get_raw_ptr () const
Callers
3
get_csp
Method · 0.80
write_file
Method · 0.80
brainflow_array.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected