MCPcopy Index your code
hub / github.com/modelscope/FunASR / failCall

Function failCall

runtime/html5/static/recorder-core.js:662–666  ·  view source on GitHub ↗
(errMsg,isUserNotAllow)

Source from the content-addressed store, hash-verified

660 var This=this,streamStore=This._streamStore();
661 True=True||NOOP;
662 var failCall=function(errMsg,isUserNotAllow){
663 isUserNotAllow=!!isUserNotAllow;
664 This.CLog("录音open失败:"+errMsg+",isUserNotAllow:"+isUserNotAllow,1);
665 False&&False(errMsg,isUserNotAllow);
666 };
667
668 var ok=function(){
669 This.CLog("open ok id:"+This.id);

Callers 4

lockFailFunction · 0.70
recorder-core.jsFile · 0.70
codeFailFunction · 0.70
f1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…