MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / setSessionID

Method setSessionID

backend/daemon.go:171–175  ·  view source on GitHub ↗
(sessionID string)

Source from the content-addressed store, hash-verified

169 if _, err := os.Stat(*endpointPath); os.IsNotExist(err) {
170 fmt.Fprintln(os.Stderr, "lumina-backend stopped")
171 return nil
172 }
173 }
174 }
175}
176
177func Serve(ctx context.Context, opts DaemonOptions) error {
178 if strings.TrimSpace(opts.Host) == "" {

Callers 1

dispatchResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected