Skip to content

copyGraph is using the wrong verb #1084

Open
@dehann

Description

@dehann

in call with Johan on verb Nouns for how to "get a copy of graph from one machine to another"

  • function merge!(dst, srcs...; *labels=:) # returns dst, is blocking
  • duplicate(src) = merge!(LocalDFG(), src) # is blocking (should this be a push or pull verb?)
  • clone(src) # does not overwrite

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions