Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
def
run(args: argparse.Namespace) -> None:
24
instance = get_instance(args.instance)
25
msftp(instance)
Callers
nothing calls this directly
Calls
2
get_instance
Function · 0.90
msftp
Function · 0.90
Tested by
no test coverage detected