Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
{ DEFAULT_WINDOW_BOUNDS, normalizeWindowBounds } from
'../windowBounds'
4
5
function
display(workArea: Rectangle) {
6
return
{ workArea }
7
}
8
9
describe(
'normalizeWindowBounds'
, () => {
10
const
displays = [
Callers
1
windowBounds.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected