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

Function query

site/js/common/common.ts:25–26  ·  view source on GitHub ↗
(query: string)

Source from the content-addressed store, hash-verified

23export const preventDefault = (event: Event): void => event.preventDefault();
24
25export const query = (query: string): HTMLElement =>
26 doc.querySelector(query) as HTMLElement;
27export const queryElement = (
28 element: HTMLElement,
29 query: string,

Callers 6

searchLoadFunction · 0.90
updateFunction · 0.90
darkLoadFunction · 0.90
versionLoadFunction · 0.85
getNavFunction · 0.85
getArticleFunction · 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…