MCPcopy
hub / github.com/HKUDS/ClawTeam / get

Method get

clawteam/team/tasks.py:85–86  ·  view source on GitHub ↗
(self, task_id: str)

Source from the content-addressed store, hash-verified

83 return task
84
85 def get(self, task_id: str) -> TaskItem | None:
86 return self._get_unlocked(task_id)
87
88 def _get_unlocked(self, task_id: str) -> TaskItem | None:
89 path = _task_path(self.team_name, task_id)

Callers 15

task_getFunction · 0.95
get_effectiveFunction · 0.45
_envFunction · 0.45
from_envMethod · 0.45
_registry_repo_rootFunction · 0.45
detect_overlapsFunction · 0.45
_lease_is_freshMethod · 0.45
_get_peer_addrMethod · 0.45
_parse_tomlFunction · 0.45
_humanFunction · 0.45
preset_set_clientFunction · 0.45
profile_setFunction · 0.45

Calls 1

_get_unlockedMethod · 0.95

Tested by

no test coverage detected