MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / LogQuota

Function LogQuota

common/logger.go:99–105  ·  view source on GitHub ↗
(quota int)

Source from the content-addressed store, hash-verified

97}
98
99func LogQuota(quota int) string {
100 if DisplayInCurrencyEnabled {
101 return fmt.Sprintf("$%.6f 额度", float64(quota)/QuotaPerUnit)
102 } else {
103 return fmt.Sprintf("%d 点额度", quota)
104 }
105}
106
107func FormatQuota(quota int) string {
108 if DisplayInCurrencyEnabled {

Callers 8

EpayNotifyFunction · 0.92
updateVideoSingleTaskFunction · 0.92
UpdateMidjourneyTaskBulkFunction · 0.92
updateSunoTaskAllFunction · 0.92
UpdateUserFunction · 0.92
RedeemFunction · 0.92
InsertMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected