MCPcopy Create free account
hub / github.com/error311/FileRise / _stampFolderIcon

Function _stampFolderIcon

public/js/fileListView.js:4232–4237  ·  view source on GitHub ↗
(iconSpan)

Source from the content-addressed store, hash-verified

4230}
4231
4232function _stampFolderIcon(iconSpan) {
4233 if (!iconSpan) return '';
4234 const seq = String(++_folderIconRenderSeq);
4235 iconSpan.dataset.renderSeq = seq;
4236 return seq;
4237}
4238
4239// tiny fetch helper with timeout for folder counts
4240function _fetchJSONWithTimeout(url, ms = 2500) {

Callers 2

attachStripIconAsyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected