MCPcopy 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 */
67function getEntryFile(entry) {
68 return absolutePath(entry.src);
69}
70
71/**
72 * @param {CSSEntry[]} cssEntries

Callers 2

getWatchFilesFunction · 0.85
onChangeFunction · 0.85

Calls 1

absolutePathFunction · 0.90

Tested by

no test coverage detected