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

Function pushGoExperimentalSubApiComment

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

Source from the content-addressed store, hash-verified

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);
231}
232
233function pushGoExperimentalMethodComment(lines: string[], methodName: string, indent = ""): void {
234 pushGoComment(lines, `Experimental: ${methodName} is an experimental API and may change or be removed in future versions.`, indent);

Callers 1

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…