Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ inputs
Method
inputs
misc/python/materialize/mzbuild.py:581–582 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
579
shutil.copy(self.rd.root / self.source / src, dst)
580
581
def
inputs(self) -> set[str]:
582
return
set(git.expand_globs(self.rd.root / self.source, self.matching))
583
584
585
class
CargoPreImage(PreImage):
Callers
3
run
Method · 0.95
inputs
Method · 0.45
inputs
Method · 0.45
Implementers
3
row.rs
src/repr/src/row.rs
range.rs
src/repr/src/adt/range.rs
lib.rs
src/row-spine/src/lib.rs
Calls
1
set
Function · 0.50
Tested by
no test coverage detected