MCPcopy Create free account
hub / github.com/Martian-Engineering/pr-sheriff / isoDate

Function isoDate

src/github/github_fetch.mjs:63–66  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

61}
62
63function isoDate(date) {
64 if (typeof date === 'string') return date;
65 return date.toISOString().slice(0, 10);
66}
67
68/**
69 * Minimal GitHub data access layer backed by `gh api`.

Callers 1

searchMergedPRsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected