Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Open
Method
Open
coderd/files/overlay.go:41–43 ·
view source on GitHub ↗
(p string)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(f overlayFS) Open(p string) (fs.File, error) {
42
return
f.target(p).Open(p)
43
}
44
45
func
(f overlayFS) ReadDir(p string) ([]fs.DirEntry, error) {
46
return
fs.ReadDir(f.target(p), p)
Callers
14
TestTemplateInsights_Golden
Function · 0.45
TestUserActivityInsights_Golden
Function · 0.45
serveRef
Method · 0.45
Invoke
Method · 0.45
NewStream
Method · 0.45
TestRegenerateVapidKeypair
Function · 0.45
forwardGPGAgent
Function · 0.45
ConnectToPostgres
Function · 0.45
TestServerCreateAdminUser
Function · 0.45
TestOIDCAuthLinks
Function · 0.45
decodeJSONFromZip
Function · 0.45
readBytesFromZip
Function · 0.45
Calls
1
target
Method · 0.95
Tested by
9
TestTemplateInsights_Golden
Function · 0.36
TestUserActivityInsights_Golden
Function · 0.36
TestRegenerateVapidKeypair
Function · 0.36
TestServerCreateAdminUser
Function · 0.36
TestOIDCAuthLinks
Function · 0.36
decodeJSONFromZip
Function · 0.36
readBytesFromZip
Function · 0.36
TestFixOIDCLinks
Function · 0.36
TestLogout
Function · 0.36