()
| 236 | }; |
| 237 | |
| 238 | const getInitialPageSelection = () => { |
| 239 | const params = getInitialSearchParams(); |
| 240 | |
| 241 | return getPageSelection({ |
| 242 | pageId: params?.get("page"), |
| 243 | storyId: params?.get("story"), |
| 244 | viewId: params?.get("view"), |
| 245 | }); |
| 246 | }; |
| 247 | |
| 248 | const updateShowcaseUrl = ({ |
| 249 | chartPreset, |
nothing calls this directly
no test coverage detected