MCPcopy
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}
54export 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

ShiJuFunction · 0.85

Calls 2

fetchFunction · 0.85
jsonMethod · 0.80

Tested by

no test coverage detected