MCPcopy Index your code
hub / github.com/github/awesome-copilot / getModalContent

Function getModalContent

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

Source from the content-addressed store, hash-verified

180}
181
182function getModalContent(): HTMLElement | null {
183 return document.getElementById("modal-content");
184}
185
186function ensurePreContent(): HTMLPreElement | null {
187 let modalContent = getModalContent();

Callers 3

ensurePreContentFunction · 0.85
ensureDivContentFunction · 0.85
openFileModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected