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

Function obsoleteAttributes

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

Source from the content-addressed store, hash-verified

507}
508
509function obsoleteAttributes(indent = ""): string[] {
510 return [
511 `${indent}${EDITOR_BROWSABLE_NEVER_ATTRIBUTE}`,
512 ...OBSOLETE_ATTRIBUTE.split("\n").map((line) => line.startsWith("#") ? line : `${indent}${line}`),
513 ];
514}
515
516function obsoleteAttributeBlock(indent = ""): string {
517 return obsoleteAttributes(indent).join("\n");

Callers 2

obsoleteAttributeBlockFunction · 0.85
pushObsoleteAttributesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…