MCPcopy
hub / github.com/TanStack/ai / prepareForEmit

Method prepareForEmit

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

Source from the content-addressed store, hash-verified

553 }
554
555 private prepareForEmit(): boolean {
556 if (this.disposed || this.superseded) {
557 return false
558 }
559 this.activate()
560 return true
561 }
562
563 private prepareForMountEmit(): boolean {
564 if (this.superseded) {

Callers 4

emitUpdatedMethod · 0.95
emitSnapshotMethod · 0.95
emitToolsRegisteredMethod · 0.95
emitRunLifecycleMethod · 0.95

Calls 1

activateMethod · 0.95

Tested by

no test coverage detected