MCPcopy Create free account
hub / github.com/codeaashu/claude-code / extractSearchText

Function extractSearchText

src/tools/BashTool/BashTool.tsx:549–554  ·  view source on GitHub ↗
({
    stdout,
    stderr
  })

Source from the content-addressed store, hash-verified

547 // UI never shows persistedOutputPath wrapper, backgroundInfo — those are
548 // model-facing (mapToolResult... below).
549 extractSearchText({
550 stdout,
551 stderr
552 }) {
553 return stderr ? `${stdout}\n${stderr}` : stdout;
554 },
555 mapToolResultToToolResultBlockParam({
556 interrupted,
557 stdout,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected