MCPcopy
hub / github.com/webpack/webpack / fn

Method fn

lib/serialization/SerializerMiddleware.js:223–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 if (!SerializerMiddleware.isLazy(lazy)) return lazy;
222 /** @type {LazyFunction<TLazyInputValue | TLazyOutputValue, TLazyInputValue | TLazyOutputValue, TLazyTarget, TLazyOptions>} */
223 const fn = () => {
224 throw new Error(
225 "A lazy value that has been unmemorized can't be called again"
226 );
227 };
228 fn[LAZY_SERIALIZED_VALUE] = SerializerMiddleware.unMemoizeLazy(
229 /** @type {LazyFunction<TLazyInputValue | TLazyOutputValue, TLazyInputValue | TLazyOutputValue, TLazyTarget, TLazyOptions>} */
230 (lazy[LAZY_SERIALIZED_VALUE])

Callers 4

execMethod · 0.45
execRuleMethod · 0.45
combineConditionsOrMethod · 0.45
combineConditionsAndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected