MCPcopy Create free account
hub / github.com/microsoft/SandDance / constructor

Method constructor

docs/app/js/sanddance-app.js:52096–52101  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

52094}
52095class SnapshotImportLocal extends _react.Component {
52096 constructor(props){
52097 super(props);
52098 this.state = {
52099 working: false
52100 };
52101 }
52102 readFile(e) {
52103 if (e.target.files) {
52104 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected