Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vastsa/FileCodeBox
/ FileMetadataData
Class
FileMetadataData
apps/admin/schemas.py:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
60
class
FileMetadataData(BaseModel):
61
id: int
62
note: Optional[str] = None
63
tags: Optional[list[str]] = None
64
65
66
class
FileViewPresetData(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected