Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rushifakami/csfloat_api
/ reference
Method
reference
models/stickers.py:72–74 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
71
@property
72
def
reference(self) -> Optional[StickerReference]:
73
if
self._reference is not None:
74
return
StickerReference(data=self._reference)
Callers
nothing calls this directly
Calls
1
StickerReference
Class · 0.85
Tested by
no test coverage detected