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

Function pushGoExperimentalApiComment

scripts/codegen/go.ts:225–227  ·  view source on GitHub ↗
(lines: string[], name: string, indent = "")

Source from the content-addressed store, hash-verified

223}
224
225function pushGoExperimentalApiComment(lines: string[], name: string, indent = ""): void {
226 pushGoComment(lines, `Experimental: ${name} contains experimental APIs that may change or be removed.`, indent);
227}
228
229function pushGoExperimentalSubApiComment(lines: string[], name: string, indent = ""): void {
230 pushGoComment(lines, `Experimental: ${name} returns experimental APIs that may change or be removed.`, indent);

Callers 3

emitApiGroupFunction · 0.85

Calls 1

pushGoCommentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…