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

Function toAutoClassifierInput

src/tools/FileReadTool/FileReadTool.ts:379–381  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

377 return true
378 },
379 toAutoClassifierInput(input) {
380 return input.file_path
381 },
382 isSearchOrReadCommand() {
383 return { isSearch: false, isRead: true }
384 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected