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

Function experimentalAttribute

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

Source from the content-addressed store, hash-verified

499const STRING_ENUM_RESERVED_MEMBER_NAMES = new Set(["Value", "Equals", "GetHashCode", "ToString", "Converter"]);
500
501function experimentalAttribute(indent = ""): string {
502 return `${indent}${EXPERIMENTAL_ATTRIBUTE}`;
503}
504
505function pushExperimentalAttribute(lines: string[], indent = ""): void {
506 lines.push(experimentalAttribute(indent));

Callers 2

emitSessionApiClassFunction · 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…