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

Method SetReadFileState

tools/builtin.go:30–30  ·  view source on GitHub ↗
(path string, entry filetool.FileStateEntry)

Source from the content-addressed store, hash-verified

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

Callers 2

ValidateInputMethod · 0.65
updateReadStateFunction · 0.65

Implementers 1

AgentStateagent/state.go

Calls

no outgoing calls

Tested by

no test coverage detected