MCPcopy Create free account
hub / github.com/chhoumann/quickadd / BookFinder.js

File BookFinder.js

docs/static/scripts/BookFinder.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const notice = (msg) => new Notice(msg, 5000);
2const log = (msg) => console.log(msg);
3
4const GOOGLE_BOOKS_API_URL = "https://www.googleapis.com/books/v1/volumes";

Callers

nothing calls this directly

Calls 3

noticeFunction · 0.70
inputPromptMethod · 0.65

Tested by

no test coverage detected