Schemer.Resolver.InheritFromParent (schemer v0.1.0)

The value is inherited from parent_value.

Link to this section Summary

Link to this section Functions

Link to this function

build(node_name)

@spec build(String.t()) :: {module(), atom(), [String.t()]}
Link to this function

resolve(node_name, execution, res, node_name)

@spec resolve(String.t(), Schemer.Execution.t(), Schemer.Resolution.t(), String.t()) ::
  {:ok, term()} | :ignore