Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facelessuser/BracketHighlighter
/ log
Function
log
bh_logging.py:10–13 ·
view source on GitHub ↗
Standard log.
(msg)
Source
from the content-addressed store, hash-verified
8
9
10
def
log(msg):
11
""
"Standard log."
""
12
13
print(
"BracketHighlighter: %s"
% msg)
14
15
16
def
debug(msg):
Callers
8
load_modules
Function · 0.90
on_navigate
Method · 0.90
debug
Function · 0.85
parse_bracket_definition
Method · 0.85
parse_scope_definition
Method · 0.85
validate
Method · 0.85
compare
Method · 0.85
post_match
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected