MCPcopy Create free account
hub / github.com/dim-an/cod / MatchString

Method MatchString

util/selector.go:25–25  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

23
24type Selector interface {
25 MatchString(s string) bool
26}
27
28func CompileSelector(glob, homeDir string) (g Selector, err error) {

Callers 8

handleListCommandsMethod · 0.95
trimLogsMethod · 0.65
GetExecutablePolicyMethod · 0.65
tryParseFlagsParagraphFunction · 0.65
isJavaStyleFlagFunction · 0.65
parseUsageSubCommandFunction · 0.65
TestGlobExpression_MatchFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestGlobExpression_MatchFunction · 0.52