MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / generateTelemetryOutput

Function generateTelemetryOutput

src/telemetryGenerator.node.ts:773–777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

771}
772
773async function generateTelemetryOutput() {
774 const files = await glob(path.join(EXTENSION_ROOT_DIR_FOR_TESTS, 'src/**/*.ts'));
775 // Print out the source tree
776 return generateDocumentation(files);
777}
778
779const promise = generateTelemetryOutput();
780/**

Callers 1

Calls 2

generateDocumentationFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected