Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
let
nav: HTMLElement | null = null;
17
export
const
getNav = (): HTMLElement => (nav ??= query(
'body > main > nav'
));
18
19
let
article: HTMLElement | null = null;
20
export
const
getArticle = (): HTMLElement =>
Callers
2
go
Function · 0.70
updateNav
Function · 0.70
Calls
1
query
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…