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

Function _global

python/graphscope/gsctl/commands/insight/graph.py:202–205  ·  view source on GitHub ↗

Switch back to the global scope

()

Source from the content-addressed store, hash-verified

200
201@use.command(name="GLOBAL")
202def _global():
203 """Switch back to the global scope"""
204 switch_context("global")
205 click.secho("Using GLOBAL", fg="green")

Callers

nothing calls this directly

Calls 1

switch_contextFunction · 0.90

Tested by

no test coverage detected