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