MCPcopy Create free account
hub / github.com/devld/go-drive / Stat

Method Stat

server/webdav/file.go:45–45  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

43 RemoveAll(ctx context.Context, name string) error
44 Rename(ctx context.Context, oldName, newName string) error
45 Stat(ctx context.Context, name string) (os.FileInfo, error)
46}
47
48// A File is returned by a FileSystem's OpenFile method and can be served by a

Callers 15

SizeMethod · 0.65
chunkUploadCompleteMethod · 0.65
ProcessMethod · 0.65
tryToGetFromCacheMethod · 0.65
newThumbnailFileFunction · 0.65
handleOptionsMethod · 0.65
handleGetHeadPostMethod · 0.65
handleDeleteMethod · 0.65
handlePutMethod · 0.65
handleLockMethod · 0.65

Implementers 3

memFSserver/webdav/file.go
permissionFileSystemserver/webdav/webdav_test.go
DriveFScommon/drive_util/fs.go

Calls

no outgoing calls

Tested by 6

findFunction · 0.52
testFSFunction · 0.52
TestMemFSRootFunction · 0.52
TestMemFileFunction · 0.52
TestWalkFSFunction · 0.52