Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/DisplayKit
/ IconRef
Class
IconRef
server/icon_export.py:102–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
102
class
IconRef(BaseModel):
103
file: str = Field(..., description=
"Path under icons/, e.g. 16x16/wifi_1.png"
)
104
105
106
class
IconExportRequest(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected