MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/Steps.ts:4624–4624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected