MCPcopy
hub / github.com/codeaashu/claude-code / getToolResultsDir

Function getToolResultsDir

src/utils/toolResultStorage.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 * Get the tool results directory for this session (projectDir/sessionId/tool-results)
103 */
104export function getToolResultsDir(): string {
105 return join(getSessionDir(), TOOL_RESULTS_SUBDIR)
106}
107
108// Preview size in bytes for the reference message
109export const PREVIEW_SIZE_BYTES = 2000

Callers 5

persistBinaryContentFunction · 0.85
getToolResultPathFunction · 0.85
ensureToolResultsDirFunction · 0.85
extractPDFPagesFunction · 0.85

Calls 1

getSessionDirFunction · 0.85

Tested by

no test coverage detected