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

Function pushGoExperimentalPropertyComment

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

Source from the content-addressed store, hash-verified

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);
243}
244
245/**
246 * Emit `Deprecated:` / `Experimental:` / `Internal:` doc comments above a Go

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…