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

Function goDoNotEditHeader

scripts/codegen/go.ts:3023–3028  ·  view source on GitHub ↗
(schemaFileName: string)

Source from the content-addressed store, hash-verified

3021}
3022
3023function goDoNotEditHeader(schemaFileName: string): string[] {
3024 return [
3025 `// Code generated by scripts/codegen/go.ts; DO NOT EDIT.`,
3026 `// Source: ${schemaFileName}`,
3027 ];
3028}
3029
3030function goGeneratedEncodingFileCode(schemaFileName: string, packageName: string, generatedEncodingCode: string, wrapComments = false): string {
3031 const lines: string[] = [];

Callers 4

generateRpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…