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

Function matchShellFile

complete.go:310–313  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

308}
309
310func matchShellFile(s string) (matches []compMatch, longest string) {
311 matches, longest = matchFile(s, false, shellEscape, shellUnescape)
312 return
313}
314
315func matchExec(s string) (matches []compMatch, longest string) {
316 var words []string

Callers 1

completeShellFunction · 0.85

Calls 1

matchFileFunction · 0.85

Tested by

no test coverage detected