MCPcopy
hub / github.com/webpack/webpack / getEndContent

Method getEndContent

lib/InitFragment.js:96–98  ·  view source on GitHub ↗

* Returns the source code that will be included at the end of the module. * @param {GenerateContext} context context * @returns {string | Source | undefined} the source code that will be included at the end of the module

(context)

Source from the content-addressed store, hash-verified

94 * @returns {string | Source | undefined} the source code that will be included at the end of the module
95 */
96 getEndContent(context) {
97 return this.endContent;
98 }
99
100 /**
101 * Adds the provided source to the init fragment.

Callers 1

addToSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected