MCPcopy 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
57func NewManager() *Manager {
58 return &Manager{workers: map[string]*worker{}}
59}
60
61func NewManagerWithSummaryFunc(complete SummaryFunc) *Manager {

Callers 1

NewCoreExecutionEngineFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected