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

Function pushExperimentalAttribute

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

Source from the content-addressed store, hash-verified

503}
504
505function pushExperimentalAttribute(lines: string[], indent = ""): void {
506 lines.push(experimentalAttribute(indent));
507}
508
509function obsoleteAttributes(indent = ""): string[] {
510 return [

Callers 14

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

experimentalAttributeFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…