Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ done
Method
done
client/node/common/task.py:144–149 ·
view source on GitHub ↗
任务执行完
(self)
Source
from the content-addressed store, hash-verified
142
143
@property
144
def
done(self):
145
""
"任务执行完
146
""
"
147
if
not self._done:
148
self._done = self._check_task_done()
149
return
self._done
150
151
def
start(self):
152
""
"start to run the task
Callers
1
index.ts
File · 0.80
Calls
1
_check_task_done
Method · 0.95
Tested by
no test coverage detected