MCPcopy 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
585class CargoPreImage(PreImage):

Callers 3

runMethod · 0.95
inputsMethod · 0.45
inputsMethod · 0.45

Implementers 3

row.rssrc/repr/src/row.rs
range.rssrc/repr/src/adt/range.rs
lib.rssrc/row-spine/src/lib.rs

Calls 1

setFunction · 0.50

Tested by

no test coverage detected