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

Function isSecondsDurationPropertyName

scripts/codegen/csharp.ts:236–238  ·  view source on GitHub ↗
(propName: string | undefined)

Source from the content-addressed store, hash-verified

234}
235
236function isSecondsDurationPropertyName(propName: string | undefined): boolean {
237 return propName !== undefined && /seconds$/i.test(propName);
238}
239
240function typeToClassName(typeName: string): string {
241 return splitCSharpIdentifierParts(typeName).map(toPascalCasePart).join("");

Callers 2

schemaTypeToCSharpFunction · 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…