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

Function __trace

src/scripting/OOAPI.js:104–110  ·  view source on GitHub ↗
(obj, traceMode)

Source from the content-addressed store, hash-verified

102};
103
104function __trace (obj, traceMode) {
105 self.postMessage(JSON.stringify({
106 'channel': '',
107 'obj': obj,
108 'mode': (traceMode ? traceMode : 'log')
109 }));
110};
111
112function __channel (id, payload, callback) {
113 self.postMessage(JSON.stringify({

Callers 15

dispatchMessageFunction · 0.85
OOAPI.jsFile · 0.85
traceFunction · 0.85
loadFunction · 0.85
Runtime.tsFile · 0.85
registerObjectFunction · 0.85
deregisterObjectByIdFunction · 0.85
crashFunction · 0.85
startMethod · 0.85
isRunningMethod · 0.85
updateFrameRateFunction · 0.85
clearElMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected