MCPcopy Index your code
hub / github.com/shareAI-lab/learn-claude-code / has_open_items

Method has_open_items

agents/s_full.py:155–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

153 return "\n".join(lines)
154
155 def has_open_items(self) -> bool:
156 return any(item.get("status") != "completed" for item in self.items)
157
158
159# === SECTION: subagent (s04) ===

Callers 1

agent_loopFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected