MCPcopy Create free account
hub / github.com/crazycodeboy/GitHubPopular / onBack

Function onBack

js/page/RepositoryDetail.js:75–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 onBack() {
76 if (this.state.canGoBack) {
77 this.refs[WEBVIEW_REF].goBack();
78 } else {
79 this.props.navigator.pop();
80 }
81 }
82
83 onNavigationStateChange(navState) {
84 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected