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

Function run

misc/python/materialize/cli/scratch/push.py:24–26  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

22
23
24def run(args: argparse.Namespace) -> None:
25 instance = get_instance(args.instance)
26 mkrepo(instance, args.rev, init=False, force=True)

Callers

nothing calls this directly

Calls 2

get_instanceFunction · 0.90
mkrepoFunction · 0.90

Tested by

no test coverage detected