MCPcopy Create free account
hub / github.com/XTLS/Go / time

Method time

common.go:954–960  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

952}
953
954func (c *Config) time() time.Time {
955 t := c.Time
956 if t == nil {
957 t = time.Now
958 }
959 return t()
960}
961
962func (c *Config) cipherSuites() []uint16 {
963 if c.CipherSuites != nil {

Callers 12

ticketKeyFromBytesMethod · 0.95
ticketKeysMethod · 0.95
loadSessionMethod · 0.80
readSessionTicketMethod · 0.80
checkForResumptionMethod · 0.80
sendSessionTicketsMethod · 0.80
checkForResumptionMethod · 0.80
sendSessionTicketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected