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