MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / normalizeComment

Function normalizeComment

packages/cli/src/commands/feedback.ts:28–30  ·  view source on GitHub ↗
(raw?: string)

Source from the content-addressed store, hash-verified

26}
27
28function normalizeComment(raw?: string): string | undefined {
29 return raw || undefined;
30}
31
32function printIssueConsent(dir: string): void {
33 console.log();

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected