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

Struct fakeRemotePatternProvider

internal/api/glob_test.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type fakeRemotePatternProvider struct {
11 getPathFolderID func(dirPath string) (string, error)
12 getFolderFileStatList func(parentId string) ([]FileStat, error)
13}
14
15func (f fakeRemotePatternProvider) GetPathFolderId(dirPath string) (string, error) {
16 return f.getPathFolderID(dirPath)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected