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

Method GetPathFolderId

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

Source from the content-addressed store, hash-verified

26
27type fileStatProvider interface {
28 GetPathFolderId(dirPath string) (string, error)
29 GetFolderFileStatList(parentId string) ([]api.FileStat, error)
30}
31

Callers 3

completeRemotePathMethod · 0.65
changeDirectoryFunction · 0.65
matchRemotePatternFunction · 0.65

Implementers 5

fakeRubbishProvidercli/rubbish/rubbish_test.go
fakeEmptyFolderProvidercli/empty/empty_test.go
fakeFileStatProviderinternal/shell/shell_test.go
PikPakinternal/api/pikpak.go
fakeRemotePatternProviderinternal/api/glob_test.go

Calls

no outgoing calls

Tested by

no test coverage detected