MCPcopy Create free account
hub / github.com/diillson/chatcli / GetManager

Method GetManager

cli/context_handler.go:382–384  ·  view source on GitHub ↗

GetManager returns the underlying context manager.

()

Source from the content-addressed store, hash-verified

380
381// GetManager returns the underlying context manager.
382func (h *ContextHandler) GetManager() *ctxmgr.Manager {
383 return h.manager
384}

Calls

no outgoing calls