MCPcopy Create free account
hub / github.com/modelscope/FunASR / _Disconn_r

Function _Disconn_r

runtime/html5/static/recorder-core.js:384–390  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

382 };
383};
384var _Disconn_r=function(stream){
385 stream._ra=null;
386 if(stream._r){
387 stream._r.stop();
388 stream._r=null;
389 };
390};
391var Disconnect=function(streamStore){
392 streamStore=streamStore||Recorder;
393 var isGlobal=streamStore==Recorder;

Callers 2

connWorkletFunction · 0.70
DisconnectFunction · 0.70

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…