(rt runtime.Runtime)
| 132 | } |
| 133 | |
| 134 | func (b *localBackend) Spawner(rt runtime.Runtime) tui.SessionSpawner { |
| 135 | return b.flags.createSessionSpawner(b.agentSource, rt.SessionStore()) |
| 136 | } |
| 137 | |
| 138 | // ResumeWorkingDir looks up the session named by --session and returns the |
| 139 | // working directory it was created with. It opens (and shares) the same |
nothing calls this directly
no test coverage detected