MCPcopy Index your code
hub / github.com/codeaashu/claude-code / FileReadTool.ts

File FileReadTool.ts

src/tools/FileReadTool/FileReadTool.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Base64ImageSource } from '@anthropic-ai/sdk/resources/index.mjs'
2import { readdir, readFile as readFileAsync } from 'fs/promises'
3import * as path from 'path'
4import { posix, win32 } from 'path'

Callers

nothing calls this directly

Calls 3

lazySchemaFunction · 0.85
semanticNumberFunction · 0.85
buildToolFunction · 0.85

Tested by

no test coverage detected