MCPcopy 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
476func getLocalTime() time.Time {
477 return time.Now().UTC()
478}
479
480func convertQuery(query string, args []driver.NamedValue) (sq *types.Query) {
481 // rebuild args to named args

Callers 1

sendQueryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected