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

Method GetFile

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

Source from the content-addressed store, hash-verified

27type openFileService interface {
28 GetFileByPath(path string) (api.FileStat, error)
29 GetFile(fileID string) (api.File, error)
30}
31
32func handleOpenCommand(p openFileService, currentPath string, args []string) error {

Callers 3

downloadStatsFunction · 0.65
mustGetFileFunction · 0.65
handleOpenCommandFunction · 0.65

Implementers 1

PikPakinternal/api/pikpak.go

Calls

no outgoing calls

Tested by

no test coverage detected