Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitbox-Connect/Bitbox
/ generateImageUrl
Function
generateImageUrl
client/src/component/Others/TestModal.jsx:11–13 ·
view source on GitHub ↗
(projectId)
Source
from the content-addressed store, hash-verified
9
const { deleteProject } = context;
10
11
const generateImageUrl = (projectId) => {
12
return `https:
//source.unsplash.com/910x900/?coding/?computer/&${projectId}`;
13
};
14
15
const [showModal, setShowModal] = useState(false);
16
Callers
1
TestModal
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected