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

Function is_interactive_mode

python/graphscope/gsctl/commands/__init__.py:55–60  ·  view source on GitHub ↗
(flex)

Source from the content-addressed store, hash-verified

53
54
55def is_interactive_mode(flex):
56 return (
57 flex["engine"] == "Hiactor"
58 and flex["storage"] == "MutableCSR"
59 and flex["frontend"] == "Cypher/Gremlin"
60 )
61
62
63def is_insight_mode(flex):

Callers 1

get_command_collectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected