MCPcopy Create free account
hub / github.com/TanStack/ai / getLocalRuntimeId

Function getLocalRuntimeId

packages/ai-devtools/tests/hook-registry.test.ts:509–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507})
508
509function getLocalRuntimeId(): string {
510 return (
511 (globalThis as { __TANSTACK_AI_DEVTOOLS_RUNTIME_ID__?: string })
512 .__TANSTACK_AI_DEVTOOLS_RUNTIME_ID__ ?? ''
513 )
514}
515
516function createRegisteredEvent(): HookRegisteredEvent {
517 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected