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

Function get_version_data_handler

src/data_handler/data_handler.cpp:1718–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1716}
1717
1718int get_version_data_handler (char *version, int *num_chars, int max_chars)
1719{
1720 strncpy (version, BRAINFLOW_VERSION_STRING, max_chars);
1721 *num_chars = std::min<int> (max_chars, (int)strlen (BRAINFLOW_VERSION_STRING));
1722 return (int)BrainFlowExitCodes::STATUS_OK;
1723}

Callers 2

get_versionMethod · 0.85
get_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected