MCPcopy Create free account
hub / github.com/massCodeIO/massCode / display

Function display

src/main/__tests__/windowBounds.test.ts:5–7  ·  view source on GitHub ↗
(workArea: Rectangle)

Source from the content-addressed store, hash-verified

3import { DEFAULT_WINDOW_BOUNDS, normalizeWindowBounds } from '../windowBounds'
4
5function display(workArea: Rectangle) {
6 return { workArea }
7}
8
9describe('normalizeWindowBounds', () => {
10 const displays = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected