MCPcopy
hub / github.com/codedogQBY/ReadAny / $

Function $

packages/foliate-js/fb2.js:262–262  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

260 const converter = new FB2Converter(doc);
261
262 const $ = (x) => doc.querySelector(x);
263 const $$ = (x) => [...doc.querySelectorAll(x)];
264 const getPerson = (el) => {
265 const nick = getElementText(el.querySelector("nickname"));

Callers 15

closeSideBarMethod · 0.85
constructorMethod · 0.85
openMethod · 0.85
#onRelocateMethod · 0.85
openFunction · 0.85
reader.jsFile · 0.85
getMetadataFunction · 0.85
parseLIFunction · 0.85
parseNavFunction · 0.85
parseItemFunction · 0.85
getSingleFunction · 0.85
parseNCXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected