| 4622 | * - RETURN u, u.name → extracts full 'u' value and 'name' property from 'u' |
| 4623 | */ |
| 4624 | export class PropertyValuesStep extends Step<PropertyValuesStepConfig> { |
| 4625 | public get name() { |
| 4626 | return "PropertyValues"; |
| 4627 | } |
nothing calls this directly
no outgoing calls
no test coverage detected