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

Function pushGoInternalPropertyComment

scripts/codegen/go.ts:237–239  ·  view source on GitHub ↗
(lines: string[], goName: string, ctx: GoCodegenCtx, indent = "\t")

Source from the content-addressed store, hash-verified

235}
236
237function pushGoInternalPropertyComment(lines: string[], goName: string, ctx: GoCodegenCtx, indent = "\t"): void {
238 pushGoCommentForContext(lines, `Internal: ${goName} is part of the SDK's internal API surface and is not intended for external use.`, ctx, indent);
239}
240
241function pushGoExperimentalPropertyComment(lines: string[], goName: string, ctx: GoCodegenCtx, indent = "\t"): void {
242 pushGoCommentForContext(lines, `Experimental: ${goName} is part of an experimental API and may change or be removed.`, ctx, indent);

Callers 1

pushGoFieldMarkersFunction · 0.85

Calls 1

pushGoCommentForContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…