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

Method prepareForMountEmit

packages/ai-client/src/devtools.ts:563–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

561 }
562
563 private prepareForMountEmit(): boolean {
564 if (this.superseded) {
565 return false
566 }
567
568 if (this.disposed) {
569 this.disposed = false
570 this.registered = false
571 }
572
573 this.activate()
574 return true
575 }
576
577 private activate(): void {
578 if (this.disposed) {

Callers 1

emitRegisteredMethod · 0.95

Calls 1

activateMethod · 0.95

Tested by

no test coverage detected