Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Paper2Poster/Paper2Poster
/ right
Function
right
utils/wei_utils.py:749–750 ·
view source on GitHub ↗
(rect)
Source
from the content-addressed store, hash-verified
747
748
# --- Utility functions ---
749
def
right(rect):
750
return
rect[
"left"
] + rect[
"width"
]
751
752
def
bottom(rect):
753
return
rect[
"top"
] + rect[
"height"
]
Callers
4
is_overlapping
Function · 0.85
check_and_fix_subsections
Function · 0.85
touching_left
Function · 0.85
touching_right
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected