MCPcopy Create free account
hub / github.com/freecodexyz/free-code / toAutoClassifierInput

Function toAutoClassifierInput

src/tools/GrepTool/GrepTool.ts:189–191  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

187 return true
188 },
189 toAutoClassifierInput(input) {
190 return input.path ? `${input.pattern} in ${input.path}` : input.pattern
191 },
192 isSearchOrReadCommand() {
193 return { isSearch: true, isRead: false }
194 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected