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

Method appBench

Sources/Fluid/ContentView.swift:3803–3805  ·  view source on GitHub ↗
(_ message: String)

Source from the content-addressed store, hash-verified

3801 }
3802
3803 private func appBench(_ message: String) {
3804 DebugLogger.shared.benchmark("APP_BENCH", message: message, source: "AppBenchmark")
3805 }
3806
3807 private func callOpenAIChat() async {
3808 guard !self.isCallingAI else { return }

Calls 1

benchmarkMethod · 0.80

Tested by

no test coverage detected