MCPcopy Create free account
hub / github.com/ebosas/microservices / sendMessage

Method sendMessage

web/react/src/form.tsx:4–4  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

2
3interface formProps {
4 sendMessage(s: string): boolean;
5}
6
7function Form({sendMessage}: formProps) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected