Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tirth8205/code-review-graph
/ get_session
Function
get_session
code_review_graph/hints.py:376–378 ·
view source on GitHub ↗
Return the global in-memory session state.
()
Source
from the content-addressed store, hash-verified
374
375
376
def
get_session() -> SessionState:
377
""
"Return the global in-memory session state."
""
378
return
_session
379
380
381
def
reset_session() -> None:
Callers
12
test_full_pipeline
Method · 0.90
test_get_session_returns_singleton
Method · 0.90
test_reset_session_creates_new
Method · 0.90
refactor_func
Function · 0.85
list_communities_func
Function · 0.85
get_community_func
Function · 0.85
get_architecture_overview_func
Function · 0.85
list_flows
Function · 0.85
get_flow
Function · 0.85
get_affected_flows_func
Function · 0.85
detect_changes_func
Function · 0.85
semantic_search_nodes
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_full_pipeline
Method · 0.72
test_get_session_returns_singleton
Method · 0.72
test_reset_session_creates_new
Method · 0.72