Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ getEntryFile
Function
getEntryFile
tasks/bundle-css.js:67–69 ·
view source on GitHub ↗
* @param {CSSEntry} entry * @returns {string}
(entry)
Source
from the content-addressed store, hash-verified
65
* @returns {string}
66
*/
67
function
getEntryFile(entry) {
68
return
absolutePath(entry.src);
69
}
70
71
/**
72
* @param {CSSEntry[]} cssEntries
Callers
2
getWatchFiles
Function · 0.85
onChange
Function · 0.85
Calls
1
absolutePath
Function · 0.90
Tested by
no test coverage detected