MCPcopy
hub / github.com/alibaba/lowcode-engine / enableDebug

Function enableDebug

modules/material-parser/src/core/index.ts:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 */
8export const debug = _debug('lowcode:mat');
9export const enableDebug = () => _debug.enable('lowcode:*');
10export const disableDebug = () => _debug.disable();

Callers

nothing calls this directly

Calls 1

enableMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…