* @returns {InlinedValue | undefined} the inlined value when both provide and use sides agree, otherwise undefined
()
| 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. |