MCPcopy Create free account
hub / github.com/effector/effector / getSlugs

Function getSlugs

documentation/src/navigation.ts:302–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300}
301
302function getSlugs() {
303 return getCollection("docs").then((docs) => new Set(docs.map((doc) => `/${doc.slug}`)));
304}
305
306function createMobileNavigation(nav: LMobileNavItem[]) {
307 return nav.map((item): LMobileNavItem => {

Callers 1

getLocalizedPanelSidebarFunction · 0.85

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…