MCPcopy 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
41func (f overlayFS) Open(p string) (fs.File, error) {
42 return f.target(p).Open(p)
43}
44
45func (f overlayFS) ReadDir(p string) ([]fs.DirEntry, error) {
46 return fs.ReadDir(f.target(p), p)

Callers 14

serveRefMethod · 0.45
InvokeMethod · 0.45
NewStreamMethod · 0.45
forwardGPGAgentFunction · 0.45
ConnectToPostgresFunction · 0.45
TestOIDCAuthLinksFunction · 0.45
decodeJSONFromZipFunction · 0.45
readBytesFromZipFunction · 0.45

Calls 1

targetMethod · 0.95

Tested by 9

TestOIDCAuthLinksFunction · 0.36
decodeJSONFromZipFunction · 0.36
readBytesFromZipFunction · 0.36
TestFixOIDCLinksFunction · 0.36
TestLogoutFunction · 0.36