MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / TimeStamp

Function TimeStamp

utils/time.go:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6)
7
8func TimeStamp() int64 {
9 return time.Now().Unix()
10}
11
12func UinTimestamp(uin uint32) string {
13 currentTime := time.Now()

Callers 6

SendRawMessageMethod · 0.92
BuildFakeMessageMethod · 0.92
buildCode2dPacketMethod · 0.92
T106Function · 0.92
BuildKexExchangeRequestFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected