Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Innei/Shiro
/ getJinRiShiCiOne
Function
getJinRiShiCiOne
src/components/modules/dashboard/home/Shiju.tsx:54–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
}
54
export const getJinRiShiCiOne = async () => {
55
const res = await fetch(
'https://v2.jinrishici.com/one.json'
)
56
const json = await res.json()
57
return json.data as ShiJuData
58
}
Callers
1
ShiJu
Function · 0.85
Calls
2
fetch
Function · 0.85
json
Method · 0.80
Tested by
no test coverage detected