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

Function pushGoExperimentalMethodComment

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

Source from the content-addressed store, hash-verified

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);
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);

Callers 3

emitMethodFunction · 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…