MCPcopy
hub / github.com/NVIDIA/aistore / List

Method List

dbdriver/api.go:50–50  ·  view source on GitHub ↗

Return subkeys of a collection(`key` is empty string) or a key. Pattern is an arbitrary string and may contain '*' and '?' wildcards. If a pattern does not include wildcards, the pattern is uses as a prefix.

(collection, pattern string)

Source from the content-addressed store, hash-verified

48 // Pattern is an arbitrary string and may contain '*' and '?' wildcards.
49 // If a pattern does not include wildcards, the pattern is uses as a prefix.
50 List(collection, pattern string) ([]string, error)
51 // Return subkeys with their values: map[key]value
52 GetAll(collection, pattern string) (map[string]string, error)
53 }

Callers 6

CheckExistsMethod · 0.65
PodsMethod · 0.65
listSortHandlerFunction · 0.65
initializeDBFunction · 0.65

Implementers 2

BuntDriverdbdriver/bunt.go
DBDrivercluster/mock/dbdriver_mock.go

Calls

no outgoing calls

Tested by

no test coverage detected