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

Function isResultTruncated

src/tools/PowerShellTool/PowerShellTool.tsx:659–661  ·  view source on GitHub ↗
(output: Out)

Source from the content-addressed store, hash-verified

657 }
658 },
659 isResultTruncated(output: Out): boolean {
660 return isOutputLineTruncated(output.stdout) || isOutputLineTruncated(output.stderr);
661 }
662} satisfies ToolDef<InputSchema, Out>);
663async function* runPowerShellCommand({
664 input,

Callers

nothing calls this directly

Calls 1

isOutputLineTruncatedFunction · 0.85

Tested by

no test coverage detected