Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
def
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_instance
Function · 0.90
mkrepo
Function · 0.90
Tested by
no test coverage detected