MCPcopy Create free account
hub / github.com/chanify/chanify / tryFormTimestamp

Function tryFormTimestamp

core/msgparam.go:381–386  ·  view source on GitHub ↗
(form *multipart.Form, name string, ts *time.Time)

Source from the content-addressed store, hash-verified

379}
380
381func tryFormTimestamp(form *multipart.Form, name string, ts *time.Time) *time.Time {
382 if ts == nil {
383 ts = parseTimestamp(form.Value[name])
384 }
385 return ts
386}

Callers 1

ParseFormDataMethod · 0.85

Calls 1

parseTimestampFunction · 0.85

Tested by

no test coverage detected