| 22 | namespace euler { |
| 23 | |
| 24 | Query::Query(const std::string& gremlin) { |
| 25 | gremlin_ = gremlin; |
| 26 | ctx_ = std::make_shared<OpKernelContext>(); |
| 27 | } |
| 28 | |
| 29 | Query::Query( |
| 30 | const std::string& op_name, |
nothing calls this directly
no outgoing calls
no test coverage detected