()
| 27 | } |
| 28 | |
| 29 | func (r Root) Session() File { |
| 30 | r.mustNotEmpty() |
| 31 | return File(filepath.Join(string(r), "session")) |
| 32 | } |
| 33 | |
| 34 | // ReplicaID is a unique identifier for the Coder server. |
| 35 | func (r Root) ReplicaID() File { |
nothing calls this directly
no test coverage detected