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

Function generateMessage

Chat_app/src/utils/messages.js:1–7  ·  view source on GitHub ↗
(username, text)

Source from the content-addressed store, hash-verified

1const generateMessage = (username, text) => {
2 return {
3 username,
4 text,
5 createdAt: new Date().getTime()
6 }
7}
8const generateLocationMessage = (username, url) => {
9 return {
10 username,

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected