MCPcopy Create free account
hub / github.com/codemistic/Web-Development /

Class

Modern-Portfolio/src/Chatbot/MessageParser.js:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// MessageParser starter code in MessageParser.js
2class MessageParser {
3 constructor(actionProvider) {
4 this.actionProvider = actionProvider;
5 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected