(workingDir string)
| 83 | } |
| 84 | |
| 85 | func (b *localBackend) CreateSessionRequest(workingDir string) runtime.CreateSessionRequest { |
| 86 | return b.flags.createSessionRequest(workingDir) |
| 87 | } |
| 88 | |
| 89 | // sessionStore returns the backend-owned session store, opening it on |
| 90 | // first use. The store is shared by the initial runtime and by every |
nothing calls this directly
no test coverage detected