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

Function toEnumConstant

java/scripts/codegen/java.ts:145–147  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

143}
144
145function toEnumConstant(value: string): string {
146 return value.toUpperCase().replace(/[-. /:]/g, "_").replace(/^_+/, "").replace(/_+/g, "_");
147}
148
149// ── Schema path resolution ───────────────────────────────────────────────────
150

Callers 2

renderNestedTypeFunction · 0.85
generateStandaloneEnumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…