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

Method error

Sources/Fluid/Services/DebugLogger.swift:160–162  ·  view source on GitHub ↗
(_ message: String, source: String)

Source from the content-addressed store, hash-verified

158 }
159
160 func error(_ message: String, source: String = "App") {
161 self.log(message, level: .error, source: source)
162 }
163
164 func debug(_ message: String, source: String = "App") {
165 self.log(message, level: .debug, source: source)

Callers 15

startRecordingMethod · 0.45
downloadModelsMethod · 0.45
deleteModelsMethod · 0.45
callOpenAIChatMethod · 0.45
needsDownloadMethod · 0.45
processWithToolsMethod · 0.45

Calls 1

logMethod · 0.95

Tested by 1

testAPIConnectionMethod · 0.36