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

Function get_version_ml_module

src/ml/ml_module.cpp:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197int get_version_ml_module (char *version, int *num_chars, int max_chars)
198{
199 strncpy (version, BRAINFLOW_VERSION_STRING, max_chars);
200 *num_chars = std::min<int> (max_chars, (int)strlen (BRAINFLOW_VERSION_STRING));
201 return (int)BrainFlowExitCodes::STATUS_OK;
202}

Callers 2

get_versionMethod · 0.85
get_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected