(m map[string]any)
| 164 | } |
| 165 | entry, ok := s.ReadFileState[path] |
| 166 | return entry, ok |
| 167 | } |
| 168 | |
| 169 | func (s *AgentState) TurnCountValue() int { |
| 170 | if s == nil { |
| 171 | return 0 |
| 172 | } |
| 173 | return s.TurnCount |
| 174 | } |
| 175 |
no outgoing calls
no test coverage detected