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

Method Create

backend/session.go:40–43  ·  view source on GitHub ↗
(cwd string)

Source from the content-addressed store, hash-verified

38 emit: emit,
39 sessions: map[string]*SessionController{},
40 }
41}
42
43func (m *SessionManager) Create(cwd string) (*SessionController, error) {
44 id := uuid.NewString()
45 return m.createWithState(id, cwd, nil)
46}

Callers 3

dispatchResultMethod · 0.80
WriteSWEBenchPredictionsFunction · 0.80
writeTranscriptFunction · 0.80

Calls 1

createWithStateMethod · 0.95

Tested by

no test coverage detected