Searched refs:codeFileFunction (Results 1 – 1 of 1) sorted by relevance
157 const codeFileFunction = document.createElement("div"); constant158 codeFileFunction.classList.add("code-file-function");159 codeFileFunction.innerHTML = `${source.sourceName}:${source.functionName}`;160 codeHeader.appendChild(codeFileFunction);