MCPcopy
hub / github.com/kopia/kopia / Options

Method Options

internal/wcmatch/wcmatch.go:64–66  ·  view source on GitHub ↗

Options gets the options used when constructing the WildcardMatcher.

()

Source from the content-addressed store, hash-verified

62
63// Options gets the options used when constructing the WildcardMatcher.
64func (matcher *WildcardMatcher) Options() Options {
65 return matcher.options
66}
67
68// NewWildcardMatcher creates a new WildcardMatcher with the specified pattern and options.
69// The default option is for the matcher to be case-sensitive without a base dir.

Callers 2

Calls

no outgoing calls

Tested by 1