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

Function copyAnyMap

agent/state.go:166–172  ·  view source on GitHub ↗
(m map[string]any)

Source from the content-addressed store, hash-verified

164 }
165 entry, ok := s.ReadFileState[path]
166 return entry, ok
167}
168
169func (s *AgentState) TurnCountValue() int {
170 if s == nil {
171 return 0
172 }
173 return s.TurnCount
174}
175

Callers 1

GetAgentStateFromMapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected