Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ generateLocationMessage
Function
generateLocationMessage
Chat_app/src/utils/messages.js:8–14 ·
view source on GitHub ↗
(username, url)
Source
from the content-addressed store, hash-verified
6
}
7
}
8
const
generateLocationMessage = (username, url) => {
9
return
{
10
username,
11
url,
12
createdAt:
new
Date().getTime()
13
}
14
}
15
16
module.exports = {
17
generateMessage,
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected