()
| 818 | // context is provided as a function, and is called only if needed, |
| 819 | // so we don't create a context for each element if not needed. |
| 820 | const context = () => this.getContext(index, active, mode); |
| 821 | const values = config.resolveNamedOptions(scopes, names, context, prefixes); |
| 822 | |
| 823 | if (values.$shared) { |
nothing calls this directly
no test coverage detected