MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / clean_submodules

Method clean_submodules

client/util/_scmbase.py:514–519  ·  view source on GitHub ↗

清理子模块 :param interval: 进程卡住超出该值(秒),则视为超时

(self, interval)

Source from the content-addressed store, hash-verified

512 raise NotImplementedError()
513
514 def clean_submodules(self, interval):
515 """清理子模块
516
517 :param interval: <int> 进程卡住超出该值(秒),则视为超时
518 """
519 raise NotImplementedError()
520
521 def cleanup(self, path, interval):
522 """解锁仓库

Callers 1

__retry_updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected