MCPcopy Create free account
hub / github.com/aiscript-dev/aiscript / log

Method log

src/interpreter/index.ts:207–209  ·  view source on GitHub ↗
(type: string, params: LogObject)

Source from the content-addressed store, hash-verified

205
206 @autobind
207 private log(type: string, params: LogObject): void {
208 if (this.opts.log) this.opts.log(type, params);
209 }
210
211 @autobind
212 private async collectNs(script: Ast.Node[], scope = this.scope): Promise<void> {

Callers 6

constructorMethod · 0.95
execMethod · 0.95
__evalMethod · 0.95
__evalSyncMethod · 0.95
_runMethod · 0.95
_runSyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected