MCPcopy Create free account
hub / github.com/astercloud/aster / Glob

Method Glob

pkg/sandbox/interface.go:52–52  ·  view source on GitHub ↗

Glob 文件匹配

(ctx context.Context, pattern string, opts *GlobOptions)

Source from the content-addressed store, hash-verified

50
51 // Glob 文件匹配
52 Glob(ctx context.Context, pattern string, opts *GlobOptions) ([]string, error)
53}
54
55// FileInfo 文件信息

Callers 11

ListKeysMethod · 0.65
searchFilesMethod · 0.65
GlobMethod · 0.65
GlobMethod · 0.65
ListMethod · 0.65
GrepRawMethod · 0.65
GlobInfoMethod · 0.65
DiscoverMethod · 0.65
UninstallMethod · 0.65
testAliyunFunction · 0.65
testVolcengineFunction · 0.65

Implementers 6

RealFSpkg/tools/builtin/testutils.go
MockFSpkg/sandbox/mock.go
LocalFSpkg/sandbox/local_fs.go
RemoteFSpkg/sandbox/remote.go
AliyunFSpkg/sandbox/cloud/aliyun.go
VolcengineFSpkg/sandbox/cloud/volcengine.go

Calls

no outgoing calls

Tested by

no test coverage detected