MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Close

Method Close

application/statics/embed.go:353–353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351)
352
353func (f *openFile) Close() error { return nil }
354func (f *openFile) Stat() (fs.FileInfo, error) { return f.f, nil }
355
356func (f *openFile) Read(b []byte) (int, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected