* Retrieves the context associated with the key.
(key: K)
| 83 | readonly rcMap: RcMap.RcMap<K, Context.Context<I>, E> |
| 84 | |
| 85 | /** |
| 86 | * Retrieves a Layer for the resources associated with the key. |
| 87 | */ |
| 88 | get(key: K): Layer.Layer<I, E> |
no outgoing calls
no test coverage detected