MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / getuid

Function getuid

Libraries/Components/Navigation/NavigatorIOS.ios.js:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34var __uid = 0;
35function getuid() {
36 return __uid++;
37}
38
39class NavigatorTransitionerIOS extends React.Component {
40 requestSchedulingNavigation(cb) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…