MCPcopy
hub / github.com/stemdeckapp/stemdeck / makeSectionEl

Function makeSectionEl

static/js/catalog.js:944–952  ·  view source on GitHub ↗
(labelText)

Source from the content-addressed store, hash-verified

942}
943
944function makeSectionEl(labelText) {
945 const section = document.createElement("div");
946 section.className = "lib-section";
947 const head = document.createElement("div");
948 head.className = "lib-section-head";
949 head.textContent = labelText;
950 section.appendChild(head);
951 return section;
952}
953
954function renderRecentItem(trackId) {
955 const track = tracks[trackId];

Callers 1

renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected