()
| 522 | } |
| 523 | |
| 524 | function getLocalAIDevtoolsRuntimeId(): string { |
| 525 | if (!globalThis.__TANSTACK_AI_DEVTOOLS_RUNTIME_ID__) { |
| 526 | globalThis.__TANSTACK_AI_DEVTOOLS_RUNTIME_ID__ = createRuntimeId() |
| 527 | } |
| 528 | return globalThis.__TANSTACK_AI_DEVTOOLS_RUNTIME_ID__ |
| 529 | } |
| 530 | |
| 531 | function createRuntimeId(): string { |
| 532 | const cryptoLike = ( |
no test coverage detected