MCPcopy Create free account
hub / github.com/culvertsoft/mgen / mkCalcDepFileTask

Function mkCalcDepFileTask

buildutil.py:185–191  ·  view source on GitHub ↗
(patterns, root = '.', exclDirs = [], taskDeps = [], doc = '')

Source from the content-addressed store, hash-verified

183 return { 'file_dep': self.getVal() }
184
185def mkCalcDepFileTask(patterns, root = '.', exclDirs = [], taskDeps = [], doc = ''):
186 return {
187 'actions': [GetFileDep(lambda: findFilesExt(root, patterns, exclDirs))],
188 'task_dep': taskDeps,
189 'doc': doc,
190 'verbosity': 2
191 }

Callers

nothing calls this directly

Calls 2

GetFileDepClass · 0.85
findFilesExtFunction · 0.85

Tested by

no test coverage detected