MCPcopy
hub / github.com/webpack/webpack / createRawRunner

Method createRawRunner

test/harness/runner/index.js:747–749  ·  view source on GitHub ↗

* @returns {(moduleInfo: ModuleInfo, context: RequireContext) => EXPECTED_ANY} raw runner

()

Source from the content-addressed store, hash-verified

745 * @returns {(moduleInfo: ModuleInfo, context: RequireContext) => EXPECTED_ANY} raw runner
746 */
747 createRawRunner() {
748 return (moduleInfo) => moduleInfo.content;
749 }
750
751 /**
752 * @returns {(moduleInfo: ModuleInfo, context: RequireContext) => EXPECTED_ANY} bytes runner

Callers 1

createModuleRunnersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected