* The cost function is used to determine the "cost" of an expression. For example, when simplifying an expression, the simplification that results in the lowest cost is chosen.
()
| 1076 | semanticVersion: number; |
| 1077 | objectStoreEpoch: number; |
| 1078 | deps: unknown; |
| 1079 | results: Map<string, Expression>; |
| 1080 | } |
| 1081 | > |
| 1082 | | undefined = undefined; |
| 1083 |
no outgoing calls
no test coverage detected