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

Method scan

client/tool/util/collie.py:80–87  ·  view source on GitHub ↗

:return: 返回ccn相关结果

(self, files=None, want_suffix=None, force_all=False)

Source from the content-addressed store, hash-verified

78 pass
79
80 def scan(self, files=None, want_suffix=None, force_all=False):
81 """
82 :return: 返回ccn相关结果
83 """
84 output = self.check(files, want_suffix, force_all, True)
85 if output:
86 return os.path.join(output, "ccn.csv")
87 return None
88
89 def check(self, files=None, want_suffix=None, force_all=False, method_mode=False):
90 incr_scan = self.params.get("incr_scan", False)

Callers 1

get_method_dictMethod · 0.95

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected