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

Function isMillisecondsDurationProperty

scripts/codegen/csharp.ts:485–487  ·  view source on GitHub ↗
(propName: string | undefined, schema: JSONSchema7)

Source from the content-addressed store, hash-verified

483}
484
485function isMillisecondsDurationProperty(propName: string | undefined, schema: JSONSchema7): boolean {
486 return isDurationProperty(schema) && !isSecondsDurationPropertyName(propName);
487}
488
489
490const COPYRIGHT = `/*---------------------------------------------------------------------------------------------

Callers 6

generateDerivedClassFunction · 0.85
generateNestedClassFunction · 0.85
generateDataClassFunction · 0.85
emitRpcClassFunction · 0.85

Calls 2

isDurationPropertyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…