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

Class

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

Source from the content-addressed store, hash-verified

1class ActionProvider {
2 constructor(createChatBotMessage, setStateFunc) {
3 this.createChatBotMessage = createChatBotMessage;
4 this.setState = setStateFunc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected