MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / disableDebug

Function disableDebug

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

disableMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…