ixfx
    Preparing search index...
    • Iterate over all the vertices connectd to context vertex

      If context is undefined, returns nothing

      Parameters

      • graph: Graph

        Graph

      • context: string | Readonly<{ id: string }> | undefined

        id or Vertex

      Returns Generator<Readonly<{ id: string }>, void, unknown>