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

Function pushObsoleteAttributes

scripts/codegen/csharp.ts:520–522  ·  view source on GitHub ↗
(lines: string[], indent = "")

Source from the content-addressed store, hash-verified

518}
519
520function pushObsoleteAttributes(lines: string[], indent = ""): void {
521 lines.push(...obsoleteAttributes(indent));
522}
523
524/**
525 * Emit the `[JsonInclude]` attribute for an internally-marked property and

Callers 12

getOrCreateEnumFunction · 0.85
generateDerivedClassFunction · 0.85
generateNestedClassFunction · 0.85
generateDataClassFunction · 0.85
emitRpcClassFunction · 0.85
emitServerApiClassFunction · 0.85
emitServerInstanceMethodFunction · 0.85
emitSessionMethodFunction · 0.85

Calls 2

obsoleteAttributesFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…