MCPcopy Create free account
hub / github.com/Coneja-Chibi/CarrotKernel / returnToRepositoryManager

Function returnToRepositoryManager

repository-manager.js:683–686  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

681 return;
682 }
683
684 const tags = char.tags instanceof Map ? Array.from(char.tags.entries()) : Object.entries(char.tags || {});
685 let tagsHTML = '';
686 tags.forEach(([key, value]) => {
687 tagsHTML += `<div class="carrot-tag-item"><strong>${escapeHtml(key)}:</strong> ${escapeHtml(String(value))}</div>`;
688 });
689

Callers 1

index.jsFile · 0.90

Calls 2

closeCarrotPopupFunction · 0.85
openRepositoryManagerFunction · 0.85

Tested by

no test coverage detected