MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onLogged

Method onLogged

tools/xsbug-log/xsbug-machine.js:342–343  ·  view source on GitHub ↗
(path, line, text)

Source from the content-addressed store, hash-verified

340 this.#eventListeners.instruments.forEach(listener => listener.call(null, this.instruments));
341 }
342 onLogged(path, line, text) {
343 }
344 onProfileRecord(name, value, path, line) {
345 this.profile.setRecord(parseInt(value), name, path, line);
346 }

Callers 2

onEndElementMethod · 0.95
DebugBehavior.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected