Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ trace
Method
trace
docs/app/js/sanddance-app.js:58268–58270 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58266
}
58267
}
58268
trace() {
58269
if
(console.trace) console.trace();
58270
}
58271
_shouldLog(logLevel) {
58272
return
this.isEnabled() && this.getLevel() >= normalizeLogLevel(logLevel);
58273
}
Callers
1
getClassNames
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected