Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ get_area
Function
get_area
inpaint/utils.py:1390–1391 ·
view source on GitHub ↗
(size)
Source
from the content-addressed store, hash-verified
1388
return
max_size
1389
1390
def
get_area(size):
1391
return
reduce(mul, size)
1392
1393
def
find_anchors(matrix):
1394
matrix = [[*x]
for
x in matrix]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected