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

Struct fakeFileStatProvider

internal/shell/shell_test.go:633–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633type fakeFileStatProvider struct {
634 folders map[string][]api.FileStat
635 ids map[string]string
636}
637
638func (f fakeFileStatProvider) GetPathFolderId(dirPath string) (string, error) {
639 if id, ok := f.ids[dirPath]; ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected