Method
templateKey
(namespace: string, view: string)
Source from the content-addressed store, hash-verified
| 51 | } |
| 52 | |
| 53 | private templateKey(namespace: string, view: string): string { |
| 54 | return `${namespace}-${view}`; |
| 55 | } |
| 56 | } |
Tested by
no test coverage detected