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

Function internalCategoryFor

scripts/draft-changelog.ts:317–319  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

315}
316
317function internalCategoryFor(type: string) {
318 return INTERNAL_TYPES.has(type) ? "Internal" : undefined;
319}
320
321function renderReleaseNotes(version: string, date: string, from: string, commits: ParsedCommit[]) {
322 const sections = renderSections(commits, renderCommitBullet);

Callers 1

knownCategoryForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected