MCPcopy
hub / github.com/Comfy-Org/ComfyUI-Manager / getDefaultPositions

Function getDefaultPositions

comfyui_manager/js/popover-helper.js:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145
146// with order
147export const getDefaultPositions = () => {
148 return Object.keys(calculators);
149};
150
151const calculateSpace = (info, containerRect, targetRect) => {
152 const calculator = calculators[info.position];

Callers 1

getBestPositionFunction · 0.85

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected