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

Function docsCategoryFor

scripts/draft-changelog.ts:308–310  ·  view source on GitHub ↗
(subject: ParsedSubject)

Source from the content-addressed store, hash-verified

306}
307
308function docsCategoryFor(subject: ParsedSubject) {
309 return isDocsChange(subject) ? "Docs & Examples" : undefined;
310}
311
312function isDocsChange(subject: ParsedSubject) {
313 const normalizedFields = [subject.type, subject.scope?.toLowerCase()];

Callers 1

knownCategoryForFunction · 0.85

Calls 1

isDocsChangeFunction · 0.85

Tested by

no test coverage detected