MCPcopy Create free account
hub / github.com/alibaba/GraphScope / stop

Function stop

python/graphscope/gsctl/commands/interactive/graph.py:167–174  ·  view source on GitHub ↗

Stop current database service

()

Source from the content-addressed store, hash-verified

165
166@service.command
167def stop(): # noqa: F811
168 """Stop current database service"""
169 try:
170 stop_service()
171 except Exception as e:
172 err(f"Failed to stop service: {str(e)}")
173 else:
174 succ("Service stopped.")
175
176
177@service.command

Callers 1

Calls 3

stop_serviceFunction · 0.90
errFunction · 0.90
succFunction · 0.90

Tested by

no test coverage detected