Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
8
export
const
debug = _debug(
'lowcode:mat'
);
9
export
const
enableDebug = () => _debug.enable(
'lowcode:*'
);
10
export
const
disableDebug = () => _debug.disable();
Callers
nothing calls this directly
Calls
1
disable
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…