MCPcopy Create free account
hub / github.com/Rushifakami/csfloat_api / inspect_link

Method inspect_link

models/item.py:133–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132 @property
133 def inspect_link(self) -> Optional[str]:
134 return self._inspect_link
135
136 @property
137 def has_screenshot(self) -> Optional[bool]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected