MCPcopy Create free account
hub / github.com/chokcoco/iCSS / checkLayoutTriggers

Method checkLayoutTriggers

MCP/scripts/fetch-issues.js:1054–1057  ·  view source on GitHub ↗
(properties)

Source from the content-addressed store, hash-verified

1052 }
1053
1054 checkLayoutTriggers(properties) {
1055 const layoutProperties = ['width', 'height', 'padding', 'margin', 'position', 'top', 'left', 'right', 'bottom'];
1056 return properties.some(p => layoutProperties.includes(p));
1057 }
1058
1059 analyzeMemoryImpact(properties) {
1060 let impact = 'low';

Callers 2

analyzePerformanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected