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

Method left

xs/includes/xs.d.ts:23–23  ·  view source on GitHub ↗
(log: string | ArrayBufferLike, conversation?: string)

Source from the content-addressed store, hash-verified

21 interface Trace {
22 (...log: (string | number | boolean)[]):void;
23 left(log: string | ArrayBufferLike, conversation?: string):void;
24 center(log: string | ArrayBufferLike, conversation?: string):void;
25 right(log: string | ArrayBufferLike, conversation?: string):void;
26}

Callers 4

postJSONMethod · 0.65
traceOutputMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected