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

Method releaseAll

nodejs_package/brainflow/ml_model.ts:198–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196 }
197
198 public static releaseAll(): void
199 {
200 const res = MLModuleDLL.getInstance().releaseAll();
201 if (res !== BrainFlowExitCodes.STATUS_OK)
202 {
203 throw new BrainFlowError (res, 'Could not release models');
204 }
205 }
206}

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected