MCPcopy Create free account
hub / github.com/gokcehan/lf / matchCmdFile

Function matchCmdFile

complete.go:305–308  ·  view source on GitHub ↗
(s string, dirOnly bool)

Source from the content-addressed store, hash-verified

303}
304
305func matchCmdFile(s string, dirOnly bool) (matches []compMatch, longest string) {
306 matches, longest = matchFile(s, dirOnly, cmdEscape, cmdUnescape)
307 return
308}
309
310func matchShellFile(s string) (matches []compMatch, longest string) {
311 matches, longest = matchFile(s, false, shellEscape, shellUnescape)

Callers 1

completeCmdFunction · 0.85

Calls 1

matchFileFunction · 0.85

Tested by

no test coverage detected