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

Function stripTrailingGoWhitespace

scripts/codegen/go.ts:2998–3000  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

2996}
2997
2998function stripTrailingGoWhitespace(code: string): string {
2999 return code.replace(/[ \t]+$/gm, "");
3000}
3001
3002function pushGoCodeBlocks(lines: string[], blocks: Iterable<string>): void {
3003 for (const block of blocks) {

Callers 2

generateSessionEventsFunction · 0.85
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…