flyminos's picture
download
raw
208 Bytes
"""Util to decode content from the github API."""
from base64 import b64decode
def decode_content(content: str) -> str:
"""Decode content."""
return b64decode(bytearray(content, "utf-8")).decode()

Xet Storage Details

Size:
208 Bytes
·
Xet hash:
571897782c9d360adf9e74c2c4f913d9467f161ed5b3e3e3dcdb55de6d4aff1b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.