MCPcopy
hub / github.com/webpack/webpack / getConnectionsByOriginModule

Function getConnectionsByOriginModule

lib/ModuleGraph.js:80–81  ·  view source on GitHub ↗
(set)

Source from the content-addressed store, hash-verified

78 * @returns {ReadonlyMap<Module | undefined | null, ReadonlyArray<ModuleGraphConnection>>} mapped by origin module
79 */
80const getConnectionsByOriginModule = (set) =>
81 getConnectionsByKey(set, (connection) => connection.originModule);
82
83/**
84 * Gets connections by module.

Callers

nothing calls this directly

Calls 1

getConnectionsByKeyFunction · 0.85

Tested by

no test coverage detected