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

Method GetReadFileState

tools/builtin.go:31–31  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

29type readFileStateOwner interface {
30 SetReadFileState(path string, entry filetool.FileStateEntry)
31 GetReadFileState(path string) (filetool.FileStateEntry, bool)
32}
33
34type ReadFileInput struct {

Callers 1

ValidateInputMethod · 0.65

Implementers 1

AgentStateagent/state.go

Calls

no outgoing calls

Tested by

no test coverage detected