Check if we should create a new head component at all. If it returns false, the head component will be skipped. This runs once per head component and is used to hydrate head components in fullstack.
(&self)
| 110 | /// |
| 111 | /// This runs once per head component and is used to hydrate head components in fullstack. |
| 112 | fn create_head_component(&self) -> bool { |
| 113 | true |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | /// A document that does nothing |
no outgoing calls
no test coverage detected