MCPcopy Create free account
hub / github.com/Lobos/react-ui / constructor

Method constructor

src/Upload.js:18–25  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

16
17class Upload extends Component {
18 constructor (props) {
19 super(props);
20 this.state = {
21 files: {}
22 };
23 this.addFile = this.addFile.bind(this);
24 this.files = {};
25 }
26
27 isCompleted () {
28 let completed = true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected