Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/autobrr/qui
/ String
Method
String
internal/database/dialect.go:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
)
19
20
func
(d Dialect) String() string {
21
return
string(d)
22
}
23
24
func
parseDialect(raw string) (Dialect, error) {
25
normalized := strings.ToLower(strings.TrimSpace(raw))
Callers
15
buildUrl
Method · 0.45
retryDo
Method · 0.45
normalizeUnicodeInner
Function · 0.45
normalizeFileKey
Function · 0.45
compareVersions
Method · 0.45
URLString
Function · 0.45
TrackerTagFromDomain
Function · 0.45
ShortTorrentHash
Function · 0.45
dsnWithSearchPath
Function · 0.45
TestStringPoolFKColumnsAreIndexed
Function · 0.45
buildPostgresDSN
Function · 0.45
Dialect
Method · 0.45
Calls
no outgoing calls
Tested by
15
dsnWithSearchPath
Function · 0.36
TestStringPoolFKColumnsAreIndexed
Function · 0.36
TestSwitchableWriter_Write
Function · 0.36
TestSwitchableWriter_Swap
Function · 0.36
TestSwitchableWriter_NilHub
Function · 0.36
TestValidateAuthDisabledConfig
Function · 0.36
TestLoggerLogsPathOnly
Function · 0.36
TestLoggerDoesNotLogOIDCCallbackQuerySecrets
Function · 0.36
TestLoggerRedactsProxyAPIKeyPath
Function · 0.36
TestRequireSetup_AuthDisabled
Function · 0.36
TestDownloadTorrentContentFile_ReturnsServerErrorWithoutInstanceStore
Function · 0.36
TestDownloadTorrentContentFile_RejectsInvalidFileIndex
Function · 0.36