MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / capitalizeString

Function capitalizeString

src/utils/mutation.ts:4–6  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

2import { SchemaMap } from '../types'
3
4export function capitalizeString(input: string): string {
5 return input.charAt(0).toUpperCase() + input.slice(1)
6}
7
8export const getResourceNameForMutationGenerator = (
9 entity: Entity,

Callers 1

generateMutationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected