Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/culvertsoft/mgen
/ GetFileDep
Class
GetFileDep
buildutil.py:181–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
self.done = False
180
181
class
GetFileDep(RunOnceLazy):
182
def
__call__(self):
183
return
{
'file_dep'
: self.getVal() }
184
185
def
mkCalcDepFileTask(patterns, root =
'.'
, exclDirs = [], taskDeps = [], doc =
''
):
186
return
{
Callers
1
mkCalcDepFileTask
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected