MCPcopy Create free account
hub / github.com/alephdata/aleph / fetchPage

Method fetchPage

ui/src/viewers/PdfViewer.jsx:141–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 fetchPage() {
142 const { countQuery, countResult } = this.props;
143
144 if (countResult.shouldLoad) {
145 this.props.queryEntities({ query: countQuery });
146 }
147 }
148
149 fetchComponents() {
150 import(/* webpackChunkName:'pdf-lib' */ 'react-pdf').then(

Callers 2

componentDidMountMethod · 0.95
componentDidUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected