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

Method Write

cli/sessionstore/sessionstore.go:231–233  ·  view source on GitHub ↗
(_ *url.URL, token string)

Source from the content-addressed store, hash-verified

229}
230
231func (f *File) Write(_ *url.URL, token string) error {
232 return f.config().Session().Write(token)
233}
234
235func (f *File) Delete(_ *url.URL) error {
236 return f.config().Session().Delete()

Callers 1

TestFileFunction · 0.95

Calls 3

configMethod · 0.80
WriteMethod · 0.65
SessionMethod · 0.65

Tested by 1

TestFileFunction · 0.76