cupertino-files / describePredicate
Function: describePredicate()
describePredicate(
predicate,subject?):string
Defined in: src/tst/predicates.ts:430
A predicate as a readable condition.
subject replaces the "cell under test" marker, so a caller who knows they are asking about B4 gets B4 < 0 rather than THIS_CELL<0.
Parameters
predicate
subject?
string
Returns
string