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

Function GetTimeString

common/utils.go:196–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196func GetTimeString() string {
197 now := time.Now()
198 return fmt.Sprintf("%s%d", now.Format("20060102150405"), now.UnixNano()%1e9)
199}
200
201func Max(a int, b int) int {
202 if a >= b {

Callers 2

RequestIdFunction · 0.92
IncreaseTokenUsageCountFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected