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

Method Read

cli/sessionstore/sessionstore.go:227–229  ·  view source on GitHub ↗
(_ *url.URL)

Source from the content-addressed store, hash-verified

225}
226
227func (f *File) Read(_ *url.URL) (string, error) {
228 return f.config().Session().Read()
229}
230
231func (f *File) Write(_ *url.URL, token string) error {
232 return f.config().Session().Write(token)

Callers 1

TestFileFunction · 0.95

Calls 3

configMethod · 0.80
ReadMethod · 0.65
SessionMethod · 0.65

Tested by 1

TestFileFunction · 0.76