MCPcopy
hub / github.com/microsoft/SandDance / info

Function info

docs/app/js/sanddance-app.js:106616–106619  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106614 return this;
106615 },
106616 info () {
106617 if (level >= Info) log$1(method || "log", "INFO", arguments);
106618 return this;
106619 },
106620 debug () {
106621 if (level >= Debug) log$1(method || "log", "DEBUG", arguments);
106622 return this;

Callers

nothing calls this directly

Calls 2

log$1Function · 0.70
logFunction · 0.70

Tested by

no test coverage detected