MCPcopy Create free account
hub / github.com/microsoft/vscode-extension-samples /

Class

source-control-sample/src/fiddleRepository.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6/** Represents one JSFiddle data and meta-data. */
7export class Fiddle {
8 constructor(public slug: string, public version: number, public data: FiddleData) { }
9}
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected