MCPcopy Create free account
hub / github.com/kenberkeley/react-demo /

Class

src/components/Msg/MsgForm/index.js:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const isAddMode = pathname => pathname.startsWith('/msg/add')
13
14export default class MsgForm extends Component {
15 static contextTypes = {
16 router: PropTypes.object.isRequired
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected