MCPcopy
hub / github.com/midudev/libros-programacion-gratis / getLocalPdfBook

Function getLocalPdfBook

web/src/data/library.ts:1259–1260  ·  view source on GitHub ↗
(book: LibraryBook)

Source from the content-addressed store, hash-verified

1257);
1258
1259export const getLocalPdfBook = (book: LibraryBook) =>
1260 localPdfBooks.find((pdfBook) => pdfBook.href === book.href && pdfBook.title === book.title);
1261
1262export const totalBooks = allBooks.length;
1263export const totalSections = librarySections.length;

Callers 1

bookStructuredDataFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected