* Returns the current Unix time in nanoseconds unsafely. * * **When to use** * * Use to read a wall-clock timestamp synchronously when you already have a * `Clock` service and can accept non-effectful access. * * **Gotchas** * * The value can move backward or forward when
()
| 91 | * corrected, so it is not suitable for measuring elapsed time. |
| 92 | */ |
| 93 | currentTimeNanosUnsafe(): bigint |
| 94 | /** |
| 95 | * Returns the current Unix time in nanoseconds. |
| 96 | * |
no outgoing calls
no test coverage detected