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

Function goExperimentalTypeComment

scripts/codegen/go.ts:186–188  ·  view source on GitHub ↗
(typeName: string)

Source from the content-addressed store, hash-verified

184}
185
186function goExperimentalTypeComment(typeName: string): string {
187 return `Experimental: ${typeName} is part of an experimental API and may change or be removed.`;
188}
189
190function pushGoExperimentalTypeComment(lines: string[], typeName: string, ctx: GoCodegenCtx): void {
191 pushGoCommentForContext(lines, goExperimentalTypeComment(typeName), ctx);

Callers 2

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