()
| 108 | * @doc {heading: 'Performance', subheading: 'Memory'} |
| 109 | */ |
| 110 | export function memory(): MemoryInfo { |
| 111 | return ENGINE.memory(); |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Executes the provided function `f()` and returns a promise that resolves |
no test coverage detected
searching dependent graphs…