MCPcopy
hub / github.com/webpack/webpack / toString

Method toString

lib/Module.js:932–934  ·  view source on GitHub ↗

* Returns a string representation. * @returns {string} for debugging

()

Source from the content-addressed store, hash-verified

930 * @returns {string} for debugging
931 */
932 toString() {
933 return `Module[${this.debugId}: ${this.identifier()}]`;
934 }
935
936 /**
937 * Checks whether the module needs to be rebuilt for the current build state.

Callers

nothing calls this directly

Calls 1

identifierMethod · 0.95

Tested by

no test coverage detected