MCPcopy Create free account
hub / github.com/52funny/pikpakcli / GetFileByPath

Method GetFileByPath

internal/shell/open.go:28–28  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

26
27type openFileService interface {
28 GetFileByPath(path string) (api.FileStat, error)
29 GetFile(fileID string) (api.File, error)
30}
31

Callers 1

handleOpenCommandFunction · 0.65

Implementers 1

PikPakinternal/api/pikpak.go

Calls

no outgoing calls

Tested by

no test coverage detected