MCPcopy Create free account
hub / github.com/basecamp/hey-cli / isDateArg

Function isDateArg

internal/cmd/formatting.go:108–111  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

106}
107
108func isDateArg(s string) bool {
109 _, err := time.Parse("2006-01-02", s)
110 return err == nil
111}
112
113func extractMutationInfo(data []byte) string {
114 var obj map[string]any

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected