Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ nowTs
Method
nowTs
IceFireDB-SQLProxy/pkg/mysql/client/pool.go:195–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
}
194
195
func
(pool *Pool) nowTs() Timestamp {
196
return
Timestamp(time.Now().Unix())
197
}
198
199
func
(pool *Pool) getConnection(ctx context.Context) (Connection, error) {
200
pool.synchro.Lock()
Callers
4
GetConn
Method · 0.95
PutConn
Method · 0.95
createNewConnection
Method · 0.95
getOldIdleConnections
Method · 0.95
Calls
1
Timestamp
TypeAlias · 0.70
Tested by
no test coverage detected