MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / ReadFileTool

Struct ReadFileTool

tools/builtin.go:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type ReadFileTool struct{ BaseTool }
41
42func NewReadFileTool() *ReadFileTool {
43 return &ReadFileTool{BaseTool{Spec: ToolSpec{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected