Home
last modified time | relevance | path

Searched defs:rejectionCache (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dexclude.go20 type rejectionCache struct { struct
21 m map[string]bool
22 mtx sync.Mutex
26 func (rc *rejectionCache) Lock() {
33 func (rc *rejectionCache) Unlock() {
43 func (rc *rejectionCache) Get(dir string) (bool, bool) {
54 func (rc *rejectionCache) Store(dir string, rejected bool) {
140 func isExcludedByFile(filename, tagFilename, header string, rc *rejectionCache) bool {