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

Function pushGoExperimentalEventComment

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

Source from the content-addressed store, hash-verified

219}
220
221function pushGoExperimentalEventComment(lines: string[], constName: string, indent = ""): void {
222 pushGoComment(lines, `Experimental: ${constName} identifies an experimental event that may change or be removed.`, indent);
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);

Callers 1

Calls 1

pushGoCommentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…