Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ getLocalTime
Function
getLocalTime
client/conn.go:476–478 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
474
}
475
476
func
getLocalTime() time.Time {
477
return
time.Now().UTC()
478
}
479
480
func
convertQuery(query string, args []driver.NamedValue) (sq *types.Query) {
481
// rebuild args to named args
Callers
1
sendQuery
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected