Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
type
fileStatProvider
interface
{
28
GetPathFolderId(dirPath string) (string, error)
29
GetFolderFileStatList(parentId string) ([]api.FileStat, error)
30
}
31
Callers
3
completeRemotePath
Method · 0.65
changeDirectory
Function · 0.65
matchRemotePattern
Function · 0.65
Implementers
5
fakeRubbishProvider
cli/rubbish/rubbish_test.go
fakeEmptyFolderProvider
cli/empty/empty_test.go
fakeFileStatProvider
internal/shell/shell_test.go
PikPak
internal/api/pikpak.go
fakeRemotePatternProvider
internal/api/glob_test.go
Calls
no outgoing calls
Tested by
no test coverage detected