MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / provides

Method provides

misc/python/materialize/zippy/framework.py:137–139  ·  view source on GitHub ↗

Compute the capabilities that this action will make available.

(self)

Source from the content-addressed store, hash-verified

135 return set()
136
137 def provides(self) -> list[Capability]:
138 """Compute the capabilities that this action will make available."""
139 return []
140
141 def run(self, c: Composition, state: State) -> None:
142 """Run this action on the provided composition."""

Callers 3

generate_actionsMethod · 0.45
runMethod · 0.45
_can_runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected