MCPcopy Index your code
hub / github.com/bugy/script-server / include

Method include

tools/build.py:23–27  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

21 self.files = set()
22
23 def include(self, path):
24 matching_files = file_utils.search_glob(path, recursive=True)
25
26 for file in matching_files:
27 self.files.add(file)
28
29 def exclude(self, path):
30 matching_files = file_utils.search_glob(path, recursive=True)

Callers 1

build.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected