MCPcopy
hub / github.com/PrismJS/prism / getIds

Function getIds

tests/dependencies-test.js:40–42  ·  view source on GitHub ↗

* Returns the ids of `getLoader`. * * @param {string[]} load * @param {string[]} [loaded] * @returns {string[]}

(load, loaded)

Source from the content-addressed store, hash-verified

38 * @returns {string[]}
39 */
40 function getIds(load, loaded) {
41 return getLoader(components, load, loaded).getIds();
42 }
43
44 describe('Returned ids', function () {
45

Callers 1

Calls 1

getLoaderFunction · 0.85

Tested by

no test coverage detected