AssetMeta — mirrors shared/ipc.ts AssetMeta.
| 137 | |
| 138 | // AssetMeta — mirrors shared/ipc.ts AssetMeta. |
| 139 | type AssetMeta struct { |
| 140 | Path string `json:"path"` |
| 141 | Name string `json:"name"` |
| 142 | Kind string `json:"kind"` |
| 143 | SiblingOrder int `json:"siblingOrder"` |
| 144 | Size int64 `json:"size"` |
| 145 | UpdatedAt int64 `json:"updatedAt"` |
| 146 | } |
| 147 | |
| 148 | // ImportedAsset — mirrors shared/ipc.ts ImportedAsset. |
| 149 | type ImportedAsset struct { |
nothing calls this directly
no outgoing calls
no test coverage detected