MCPcopy 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
376def get_session() -> SessionState:
377 """Return the global in-memory session state."""
378 return _session
379
380
381def reset_session() -> None:

Callers 12

test_full_pipelineMethod · 0.90
refactor_funcFunction · 0.85
list_communities_funcFunction · 0.85
get_community_funcFunction · 0.85
list_flowsFunction · 0.85
get_flowFunction · 0.85
get_affected_flows_funcFunction · 0.85
detect_changes_funcFunction · 0.85
semantic_search_nodesFunction · 0.85

Calls

no outgoing calls