Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursorless-dev/cursorless
/ log
Method
log
src/core/Debug.ts:45–49 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
43
init() {}
44
45
log(...args: any[]) {
46
if
(this.active) {
47
console.debug(...args);
48
}
49
}
50
51
dispose() {
52
if
(this.disposableConfiguration) {
Callers
4
maybeTakePrePhraseSnapshot
Method · 0.80
runCommand
Method · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected