MCPcopy Create free account
hub / github.com/UNLINEARITY/Obsidian-CodeSpace / getModalContainers

Function getModalContainers

src/native_pdf_export_patch.ts:96–98  ·  view source on GitHub ↗
(doc: Document)

Source from the content-addressed store, hash-verified

94}
95
96function getModalContainers(doc: Document): Set<HTMLElement> {
97 return new Set(Array.from(doc.querySelectorAll<HTMLElement>(EXPORT_MODAL_SELECTOR)));
98}
99
100function summarizeEmbed(embedEl: HTMLElement): Record<string, unknown> {
101 const titleEl = embedEl.querySelector(".file-embed-title");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected