MCPcopy Create free account
hub / github.com/pydio/cells / GetAutoCreateTime

Method GetAutoCreateTime

common/proto/options/orm/orm.pb.go:363–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361}
362
363func (x *GormTag) GetAutoCreateTime() int64 {
364 if x != nil {
365 return x.AutoCreateTime
366 }
367 return 0
368}
369
370func (x *GormTag) GetAutoUpdateTime() int64 {
371 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected