MCPcopy Create free account
hub / github.com/apache/devlake / RemoteProgress

Class RemoteProgress

backend/python/pydevlake/pydevlake/message.py:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55class RemoteProgress(Message):
56 increment: int = 0
57 current: int = 0
58 total: int = 0
59
60
61class PipelineTask(Message):

Callers 1

runMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected