MCPcopy 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}
8const generateLocationMessage = (username, url) => {
9 return {
10 username,
11 url,
12 createdAt: new Date().getTime()
13 }
14}
15
16module.exports = {
17 generateMessage,

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected