Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ Open
Method
Open
resources.go:31–33 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
29
type
emptyFS
struct
{}
30
31
func
(emptyFS) Open(string) (fs.File, error) {
32
return
nil, fs.ErrNotExist
33
}
Callers
3
readDriveScriptMeta
Function · 0.45
GetReader
Method · 0.45
GetReader
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected