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

Method makeHTML

src/webpage/tag.ts:24–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 this.emoji_name = json.emoji_name;
23 }
24 makeHTML() {
25 const tagDiv = document.createElement("div");
26 tagDiv.classList.add("forumTag");
27
28 //TODO render emojis
29
30 const name = document.createElement("span");
31 name.textContent = this.name;
32 tagDiv.append(name);
33
34 return tagDiv;
35 }
36}

Callers 15

makeHoverMethod · 0.45
generateRichMethod · 0.45
fullProfileMethod · 0.45
buildprofileMethod · 0.45
initwebsocketMethod · 0.45
tosLogicFunction · 0.45
setTextMethod · 0.45
generateMessageMethod · 0.45
makeTagHTMLMethod · 0.45
renderThreadMethod · 0.45
editTagsMethod · 0.45

Calls 1

addMethod · 0.80

Tested by

no test coverage detected