MCPcopy Create free account
hub / github.com/Loping151/RoverSign / get_community_header

Function get_community_header

RoverSign/utils/api/request_util.py:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50async def get_community_header() -> dict[str, str]:
51 devCode = generate_random_string()
52 header = await get_base_header(devCode)
53 header["source"] = "h5"
54 header["version"] = KURO_VERSION
55 return header
56
57
58T = TypeVar("T")

Callers

nothing calls this directly

Calls 2

generate_random_stringFunction · 0.85
get_base_headerFunction · 0.85

Tested by

no test coverage detected