MCPcopy Index your code
hub / github.com/BlueWallet/BlueWallet / updateFromDimensions

Function updateFromDimensions

blue_modules/sizeClass.ts:177–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 };
176
177 const updateFromDimensions = () => {
178 const calculated = calculateFromDimensions();
179 applySizeClass(calculated);
180 };
181
182 const requestNativeUpdate = async () => {
183 const nativeInfo = await fetchNativeSizeClass();

Callers 1

useSizeClassFunction · 0.85

Calls 2

calculateFromDimensionsFunction · 0.85
applySizeClassFunction · 0.85

Tested by

no test coverage detected