Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
generateMessage = (username, text) => {
2
return
{
3
username,
4
text,
5
createdAt:
new
Date().getTime()
6
}
7
}
8
const
generateLocationMessage = (username, url) => {
9
return
{
10
username,
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected