MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / fromJSON

Function fromJSON

packages/vscode-host/src/src/vs/workbench/browser/layout.ts:1322–1322  ·  view source on GitHub ↗
({ type }: { type: Parts })

Source from the content-addressed store, hash-verified

1320 };
1321
1322 const fromJSON = ({ type }: { type: Parts }) => viewMap[type];
1323 const workbenchGrid = SerializableGrid.deserialize(
1324 this.createGridDescriptor(),
1325 { fromJSON },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected