MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / formatAuthor

Function formatAuthor

cli/src/cli/formatters.ts:46–48  ·  view source on GitHub ↗
(author: Author)

Source from the content-addressed store, hash-verified

44}
45
46export function formatAuthor(author: Author) {
47 return author.ok ? author.value : `(${author.error.claimedAuthor})`;
48}
49
50export function formatDate(date: Date, humanReadable: boolean = false) {
51 if (humanReadable) {

Callers 2

printInvitationHumanMethod · 0.90
printNodeHumanMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected