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

Function pushGoCommentForContext

scripts/codegen/go.ts:182–184  ·  view source on GitHub ↗
(lines: string[], text: string, ctx: GoCodegenCtx, indent = "")

Source from the content-addressed store, hash-verified

180}
181
182function pushGoCommentForContext(lines: string[], text: string, ctx: GoCodegenCtx, indent = ""): void {
183 pushGoComment(lines, text, indent, ctx.wrapComments !== false);
184}
185
186function goExperimentalTypeComment(typeName: string): string {
187 return `Experimental: ${typeName} is part of an experimental API and may change or be removed.`;

Calls 1

pushGoCommentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…