MCPcopy
hub / github.com/github/awesome-copilot / getModalBody

Function getModalBody

website/src/scripts/modal.ts:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176}
177
178function getModalBody(): HTMLElement | null {
179 return document.querySelector<HTMLElement>(".modal-body");
180}
181
182function getModalContent(): HTMLElement | null {
183 return document.getElementById("modal-content");

Callers 4

ensurePreContentFunction · 0.85
ensureDivContentFunction · 0.85
renderCurrentFileContentFunction · 0.85
openCardDetailsModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected