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

Method GetFolderFileStatList

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

Source from the content-addressed store, hash-verified

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

Callers 2

completeRemotePathMethod · 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