Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1jehuang/jcode
/ log_section
Function
log_section
scripts/test_memory.py:41–41 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
39
def
log_pass(msg): log(f
" ✓ {msg}"
, GREEN)
40
def
log_fail(msg): log(f
" ✗ {msg}"
, RED)
41
def
log_section(msg): log(f
"\n{'='*60}\n{msg}\n{'='*60}"
, YELLOW)
42
43
class
DebugSocketClient:
44
def
__init__(self, socket_path):
Callers
2
run_tests
Function · 0.85
main
Function · 0.85
Calls
1
log
Function · 0.85
Tested by
no test coverage detected