Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ from_workspace
Method
from_workspace
src/query_engine.py:46–47 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
44
45
@classmethod
46
def
from_workspace(cls) ->
'QueryEnginePort'
:
47
return
cls(manifest=build_port_manifest())
48
49
@classmethod
50
def
from_saved_session(cls, session_id: str) ->
'QueryEnginePort'
:
Callers
4
bootstrap_session
Method · 0.80
run_turn_loop
Method · 0.80
main
Function · 0.80
test_query_engine_summary_mentions_workspace
Method · 0.80
Calls
1
build_port_manifest
Function · 0.85
Tested by
1
test_query_engine_summary_mentions_workspace
Method · 0.64