MCPcopy
hub / github.com/docsifyjs/docsify / getNavKey

Function getNavKey

src/core/event/scroll.js:92–94  ·  view source on GitHub ↗
(path, id)

Source from the content-addressed store, hash-verified

90}
91
92function getNavKey(path, id) {
93 return `${decodeURIComponent(path)}?id=${decodeURIComponent(id)}`;
94}
95
96export function scrollActiveSidebar(router) {
97 const cover = dom.find('.cover.show');

Callers 3

highlightFunction · 0.85
scrollActiveSidebarFunction · 0.85
scrollIntoViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…