MCPcopy Index your code
hub / github.com/apache/iotdb-client-go / bytesToDate

Function bytesToDate

client/utils.go:239–241  ·  view source on GitHub ↗
(bys []byte)

Source from the content-addressed store, hash-verified

237}
238
239func bytesToDate(bys []byte) (time.Time, error) {
240 return Int32ToDate(bytesToInt32(bys))
241}
242
243func verifySuccesses(statuses []*common.TSStatus) error {
244 buff := bytes.Buffer{}

Callers

nothing calls this directly

Calls 2

Int32ToDateFunction · 0.85
bytesToInt32Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…