RDF.BlankNode.Generator.Algorithm.generate
You're seeing just the callback
generate
, go back to RDF.BlankNode.Generator.Algorithm module for more information.
Specs
generate(state :: map()) :: {RDF.BlankNode.t(), map()}
Generates a blank node.
An implementation should compute a blank node from the given state and return a tuple consisting of the generated blank node and the new state.