Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
231
func
(f *File) Write(_ *url.URL, token string) error {
232
return
f.config().Session().Write(token)
233
}
234
235
func
(f *File) Delete(_ *url.URL) error {
236
return
f.config().Session().Delete()
Callers
1
TestFile
Function · 0.95
Calls
3
config
Method · 0.80
Write
Method · 0.65
Session
Method · 0.65
Tested by
1
TestFile
Function · 0.76