MCPcopy Create free account
hub / github.com/MathMan05/Fermi / getAudioHTML

Method getAudioHTML

src/webpage/file.ts:180–183  ·  view source on GitHub ↗
(url: Promise<string> | void)

Source from the content-addressed store, hash-verified

178 const a = this.getAudioHTML(url);
179 if (OSpoiler) {
180 a.append(makeSpoilerHTML());
181 }
182 File.menu.bindContextmenu(a, this);
183 return a;
184 } else {
185 const uk = this.createunknown(url);
186 if (OSpoiler) {

Callers 1

getHTMLMethod · 0.95

Calls 1

makePlayBoxFunction · 0.85

Tested by

no test coverage detected