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

Method release

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

Source from the content-addressed store, hash-verified

187 }
188
189 public release(): void
190 {
191 const res = MLModuleDLL.getInstance().release(this.inputJson);
192 if (res !== BrainFlowExitCodes.STATUS_OK)
193 {
194 throw new BrainFlowError (res, 'Could not release model');
195 }
196 }
197
198 public static releaseAll(): void
199 {

Callers 1

runExampleFunction · 0.95

Calls 2

releaseMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected