MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / rfc3339OrEmpty

Function rfc3339OrEmpty

internal/httpapi/messages.go:677–682  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

675}
676
677func rfc3339OrEmpty(t time.Time) string {
678 if t.IsZero() {
679 return ""
680 }
681 return t.UTC().Format(time.RFC3339Nano)
682}
683
684func stringSlicesEqual(a, b []string) bool {
685 if len(a) != len(b) {

Callers 3

handleListMessagesMethod · 0.85
rfc3339PtrOrEmptyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected