MCPcopy
hub / github.com/webpack/webpack / getFullModuleName

Function getFullModuleName

lib/ids/IdHelpers.js:127–128  ·  view source on GitHub ↗
(module, context, associatedObjectForCache)

Source from the content-addressed store, hash-verified

125 * @returns {string} full module name
126 */
127const getFullModuleName = (module, context, associatedObjectForCache) =>
128 makePathsRelative(context, module.identifier(), associatedObjectForCache);
129
130/**
131 * Gets short chunk name.

Callers 4

applyMethod · 0.85
getLongModuleNameFunction · 0.85
applyMethod · 0.85
compareModulesByFullNameFunction · 0.85

Calls 1

identifierMethod · 0.45

Tested by

no test coverage detected