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

Function tsExperimentalJSDoc

scripts/codegen/typescript.ts:55–57  ·  view source on GitHub ↗
(indent = "")

Source from the content-addressed store, hash-verified

53};
54
55function tsExperimentalJSDoc(indent = ""): string {
56 return `${indent}${TS_EXPERIMENTAL_JSDOC}`;
57}
58
59function sanitizeJsDocText(text: string): string {
60 return text.trim().replace(/\*\//g, "* /");

Callers 1

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