MCPcopy Index your code
hub / github.com/coder/coder / Session

Method Session

cli/config/file.go:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (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.
35func (r Root) ReplicaID() File {

Callers

nothing calls this directly

Calls 2

mustNotEmptyMethod · 0.95
FileTypeAlias · 0.70

Tested by

no test coverage detected