(&self)
| 402 | } |
| 403 | |
| 404 | fn graph_context_required(&self) -> bool { |
| 405 | false // This function works with context variables only |
| 406 | } |
| 407 | } |
| 408 | |
| 409 | /// KEYS function - returns property names as a list of strings |
no outgoing calls
no test coverage detected