MCPcopy 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

29type emptyFS struct{}
30
31func (emptyFS) Open(string) (fs.File, error) {
32 return nil, fs.ErrNotExist
33}

Callers 3

readDriveScriptMetaFunction · 0.45
GetReaderMethod · 0.45
GetReaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected