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

Function queryById

site/js/common/common.ts:31–32  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

29 query: string,
30): HTMLElement => element.querySelector(query) as HTMLElement;
31export const queryById = (id: string): HTMLElement =>
32 doc.getElementById(id) as HTMLElement;
33
34export const createElement = (
35 tagName: string,

Callers 2

single.tsFile · 0.90
updateNavFunction · 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…