Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNothing/AI-Blocks
/ constructor
Method
constructor
Sources/src/Model/Controllers/InputService.js:5–8 ·
view source on GitHub ↗
(props)
Source
from the content-addressed store, hash-verified
3
4
export
default
class
InputService extends React.Component {
5
constructor(props) {
6
super(props);
7
this.state = {};
8
}
9
10
11
componentWillMount() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected