Method
accept
(index: MultiIndex, prefix: any[], solvingFor: Variable, force?: boolean, prejoin?: boolean)
Source from the content-addressed store, hash-verified
| 72 | // for this provider. SolvingFor is used to ignore accept calls that |
| 73 | // aren't related to variables the provider is solving for. |
| 74 | accept(index: MultiIndex, prefix: any[], solvingFor: Variable, force?: boolean, prejoin?: boolean): boolean |
| 75 | } |
| 76 | |
| 77 | //--------------------------------------------------------------------- |
Tested by
no test coverage detected