MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / setTitle

Function setTitle

src/components/referencesPanel/index.js:122–129  ·  view source on GitHub ↗
(symbolName)

Source from the content-addressed store, hash-verified

120 }
121
122 function setTitle(symbolName) {
123 $title.innerHTML = "";
124 $title.append(
125 <span className="icon linkinsert_link" />,
126 <span>References to </span>,
127 <span className="symbol-name">{sanitize(symbolName)}</span>,
128 );
129 }
130
131 function setSubtitle(text) {
132 $subtitle.textContent = text;

Callers 1

showFunction · 0.70

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected