MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / toGoldenLayoutConfig

Function toGoldenLayoutConfig

static/components.ts:1211–1213  ·  view source on GitHub ↗
(config: GoldenLayoutConfig)

Source from the content-addressed store, hash-verified

1209 * This direction is safe since we're going from typed to untyped.
1210 */
1211export function toGoldenLayoutConfig(config: GoldenLayoutConfig): GoldenLayout.Config {
1212 return config as GoldenLayout.Config;
1213}
1214
1215/**
1216 * Typed wrapper for createDragSource that returns the drag event emitter directly.

Callers 2

initializeLayoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected