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

Method traceOutput

tools/mcsim/DevicePane.js:66–71  ·  view source on GitHub ↗
(message, buffer, conversation)

Source from the content-addressed store, hash-verified

64 trace.right(buffer, conversation);
65 }
66 traceOutput(message, buffer, conversation) {
67 if (message)
68 trace.left(JSON.stringify(message), conversation);
69 if (buffer)
70 trace.left(buffer, conversation);
71 }
72}
73
74class DeviceScreenBehavior extends Behavior {

Callers

nothing calls this directly

Calls 1

leftMethod · 0.65

Tested by

no test coverage detected