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

Method checkGPUAcceleration

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

Source from the content-addressed store, hash-verified

1031 }
1032
1033 checkGPUAcceleration(properties) {
1034 return properties.some(p =>
1035 p.includes('transform3d') ||
1036 p.includes('translateZ') ||
1037 p.includes('will-change')
1038 );
1039 }
1040
1041 analyzePaintComplexity(properties) {
1042 let complexity = 'low';

Callers 1

analyzePerformanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected