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

Method empty

src/utils/inc/brainflow_array.h:419–422  ·  view source on GitHub ↗

check if array is empty

Source from the content-addressed store, hash-verified

417
418 /// check if array is empty
419 bool empty () const
420 {
421 return get_raw_ptr () == nullptr || get_length () == 0;
422 }
423
424 /// use it to get pointer to row in matrix or to get pointer to matrix from 3d array
425 T *get_address (int index0)

Callers 15

get_cspMethod · 0.80
perform_icaMethod · 0.80
prepare_sessionMethod · 0.80
push_packageMethod · 0.80
prepare_sessionMethod · 0.80
start_streamMethod · 0.80
prepare_sessionMethod · 0.80
get_board_descrFunction · 0.80
get_single_valueFunction · 0.80
get_array_valueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected