Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facelessuser/BracketHighlighter
/ debug
Function
debug
bh_logging.py:16–20 ·
view source on GitHub ↗
Debug log.
(msg)
Source
from the content-addressed store, hash-verified
14
15
16
def
debug(msg):
17
""
"Debug log."
""
18
19
if
sublime.load_settings(
"bh_core.sublime-settings"
).get(
'debug_enable'
, False):
20
log(msg)
Callers
5
parse_bracket_definition
Method · 0.85
parse_scope_definition
Method · 0.85
execute
Method · 0.85
async_execute
Method · 0.85
init_bh_match
Function · 0.85
Calls
1
log
Function · 0.85
Tested by
no test coverage detected