We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I'm also considering get.
get
session
DFG
getDFG(NvaClient, sessionLabel)
Graph
getGraph(NvaClient, sessionLabel)
loadDFG(NvaDFG)->GraphsDFG
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: