Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
function
normalizeComment(raw?: string): string | undefined {
29
return
raw || undefined;
30
}
31
32
function
printIssueConsent(dir: string): void {
33
console.log();
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected