getContext method

Ref<T> getContext(
  1. Node node
)

Used by the container to create a read lifetime. Bit hacky, but allows us to go from dynamic to T.

Implementation

Ref<T> getContext(Node node) => PodContext(node);