MCPcopy Create free account
hub / github.com/chart-kit/react-native-chart-kit-example / getInitialPageSelection

Function getInitialPageSelection

App.tsx:238–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236};
237
238const 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
248const updateShowcaseUrl = ({
249 chartPreset,

Callers

nothing calls this directly

Calls 2

getInitialSearchParamsFunction · 0.85
getPageSelectionFunction · 0.85

Tested by

no test coverage detected