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