MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getNav

Function getNav

site/js/common/common.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16let nav: HTMLElement | null = null;
17export const getNav = (): HTMLElement => (nav ??= query('body > main > nav'));
18
19let article: HTMLElement | null = null;
20export const getArticle = (): HTMLElement =>

Callers 2

goFunction · 0.70
updateNavFunction · 0.70

Calls 1

queryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…