MCPcopy
hub / github.com/webpack/webpack / canInline

Method canInline

lib/ExportsInfo.js:1200–1204  ·  view source on GitHub ↗

* @returns {InlinedValue | undefined} the inlined value when both provide and use sides agree, otherwise undefined

()

Source from the content-addressed store, hash-verified

1198 * @returns {InlinedValue | undefined} the inlined value when both provide and use sides agree, otherwise undefined
1199 */
1200 canInline() {
1201 return this.canInlineProvide !== undefined && this.canInlineUse === true
1202 ? this.canInlineProvide
1203 : undefined;
1204 }
1205
1206 /**
1207 * Sets used in unknown way.

Callers 1

applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected