View Source Z.Context (Z! v1.1.1)

The Context struct

Link to this section Summary

Link to this section Types

@type t() :: %Z.Context{parent: t(), path: [String.t()], type: atom()}

Link to this section Functions

Link to this function

new(type \\ nil, path_segment \\ ".", parent \\ nil)

View Source