Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/DisplayKit
/ signatureForIcons
Function
signatureForIcons
app.js:2936–2938 ·
view source on GitHub ↗
(list)
Source
from the content-addressed store, hash-verified
2934
}
2935
2936
function
signatureForIcons(list) {
2937
return
(list || []).map((i) => i.file).join(
"|"
);
2938
}
2939
2940
function
filterFileIcons(query) {
2941
const
q = String(query ||
""
).trim().toLowerCase();
Callers
1
app.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected