MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / z

Function z

flow-debugger/debugger-ui/src/app/index.js:4–4  ·  view source on GitHub ↗
(evt)

Source from the content-addressed store, hash-verified

2import { browserWidthChanged } from "./actor";
3
4const z = (evt) => store.dispatch(browserWidthChanged(evt.matches));
5const maxWidthMediaQuery = window.matchMedia("(max-width: 1600px)");
6z(maxWidthMediaQuery);
7maxWidthMediaQuery.addListener(z);

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected