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

Function obsoleteAttributeBlock

scripts/codegen/csharp.ts:516–518  ·  view source on GitHub ↗
(indent = "")

Source from the content-addressed store, hash-verified

514}
515
516function obsoleteAttributeBlock(indent = ""): string {
517 return obsoleteAttributes(indent).join("\n");
518}
519
520function pushObsoleteAttributes(lines: string[], indent = ""): void {
521 lines.push(...obsoleteAttributes(indent));

Callers 1

emitSessionApiClassFunction · 0.85

Calls 2

obsoleteAttributesFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…