MCPcopy
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
20func (d Dialect) String() string {
21 return string(d)
22}
23
24func parseDialect(raw string) (Dialect, error) {
25 normalized := strings.ToLower(strings.TrimSpace(raw))

Callers 15

buildUrlMethod · 0.45
retryDoMethod · 0.45
normalizeUnicodeInnerFunction · 0.45
normalizeFileKeyFunction · 0.45
compareVersionsMethod · 0.45
URLStringFunction · 0.45
TrackerTagFromDomainFunction · 0.45
ShortTorrentHashFunction · 0.45
dsnWithSearchPathFunction · 0.45
buildPostgresDSNFunction · 0.45
DialectMethod · 0.45

Calls

no outgoing calls