Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ NewManager
Function
NewManager
sessionmemory/store.go:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
queuedEnd int
55
}
56
57
func
NewManager() *Manager {
58
return
&Manager{workers:
map
[string]*worker{}}
59
}
60
61
func
NewManagerWithSummaryFunc(complete SummaryFunc) *Manager {
Callers
1
NewCoreExecutionEngine
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected