MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / error

Method error

src/scripting/host/IScripter.ts:23–23  ·  view source on GitHub ↗
(msg:any)

Source from the content-addressed store, hash-verified

21export interface Logger{
22 log(msg:any):void;
23 error(msg:any):void;
24 warn(msg:any):void;
25}
26

Callers 9

CommentProvider.jsFile · 0.80
CommentManager.jsFile · 0.80
CCLScriptingFunction · 0.80
Host.jsFile · 0.80
WorkerHookFunction · 0.80
CCLScripterClass · 0.80
_bindMethod · 0.80
resetMethod · 0.80
sandbox.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected