MCPcopy Index your code
hub / github.com/github/copilot-sdk / fixBrandCasing

Function fixBrandCasing

scripts/codegen/utils.ts:113–115  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

111 * capital "H" and no "Github" substring, so it is unaffected.
112 */
113export function fixBrandCasing(value: string): string {
114 return value.replace(/Github/g, "GitHub");
115}
116
117const BRAND_NORMALIZED_STRING_KEYS = new Set(["title", "description", "markdownDescription"]);
118

Callers 8

toPascalCaseFunction · 0.70
toPascalCaseFunction · 0.70
toPascalCaseFunction · 0.70
toPascalCasePartFunction · 0.70
normalizeBrandCasingNodeFunction · 0.70
fixBrandRefFunction · 0.70
toPascalCaseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…