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

Function run

misc/python/materialize/cli/scratch/sftp.py:23–25  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

21
22
23def run(args: argparse.Namespace) -> None:
24 instance = get_instance(args.instance)
25 msftp(instance)

Callers

nothing calls this directly

Calls 2

get_instanceFunction · 0.90
msftpFunction · 0.90

Tested by

no test coverage detected