Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
type
readFileStateOwner
interface
{
30
SetReadFileState(path string, entry filetool.FileStateEntry)
31
GetReadFileState(path string) (filetool.FileStateEntry, bool)
32
}
33
Callers
2
ValidateInput
Method · 0.65
updateReadState
Function · 0.65
Implementers
1
AgentState
agent/state.go
Calls
no outgoing calls
Tested by
no test coverage detected