MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / grepOutputMode

Function grepOutputMode

tools/search_ui.go:148–153  ·  view source on GitHub ↗
(mode string)

Source from the content-addressed store, hash-verified

146}
147
148func grepOutputMode(mode string) string {
149 if mode == "" {
150 return "files_with_matches"
151 }
152 return mode
153}
154
155func grepHeadLimit(limit *int) *int {
156 if limit != nil {

Callers 1

BackfillGrepSearchInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected