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

Function isResultTruncated

src/tools/MCPTool/MCPTool.ts:67–69  ·  view source on GitHub ↗
(output: Output)

Source from the content-addressed store, hash-verified

65 renderToolUseProgressMessage,
66 renderToolResultMessage,
67 isResultTruncated(output: Output): boolean {
68 return isOutputLineTruncated(output)
69 },
70 mapToolResultToToolResultBlockParam(content, toolUseID) {
71 return {
72 tool_use_id: toolUseID,

Callers

nothing calls this directly

Calls 1

isOutputLineTruncatedFunction · 0.85

Tested by

no test coverage detected