Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sallar/github-contributions-chart
/ fetchData
Function
fetchData
src/utils/export.js:5–7 ·
view source on GitHub ↗
(username)
Source
from the content-addressed store, hash-verified
3
const
API_URL =
"/api/v1/"
;
4
5
export
function
fetchData(username) {
6
return
fetch(API_URL + username).then((res) => res.json());
7
}
8
9
export
function
download(canvas) {
10
try {
Callers
1
handleSubmit
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected