MCPcopy Create free account
hub / github.com/altic-dev/FluidVoice / advanceOverlayLifecycle

Method advanceOverlayLifecycle

Sources/Fluid/ContentView.swift:2503–2506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2501 }
2502
2503 private func advanceOverlayLifecycle() {
2504 self.overlayLifecycleID &+= 1
2505 NotchContentState.shared.clearAIProcessingFailure()
2506 }
2507
2508 private func hideOverlayAsync(reason: String) {
2509 let expectedOverlayLifecycleID = self.overlayLifecycleID

Calls 1

Tested by

no test coverage detected