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

Function get_current_context

python/graphscope/gsctl/config.py:219–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217
218
219def get_current_context():
220 config = load_gs_config()
221 return config.current_context()

Callers 15

cliFunction · 0.90
cliFunction · 0.90
connectFunction · 0.90
lsFunction · 0.90
schemaFunction · 0.90
vertex_typeFunction · 0.90
edge_typeFunction · 0.90
lsFunction · 0.90
storedprocFunction · 0.90
startFunction · 0.90
list_alert_rulesFunction · 0.90

Calls 2

load_gs_configFunction · 0.85
current_contextMethod · 0.80

Tested by

no test coverage detected