Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6174/comflowyspace
/ useModelUUID
Function
useModelUUID
packages/common/store/model.state.ts:325–327 ·
view source on GitHub ↗
(model: MarketModel)
Source
from the content-addressed store, hash-verified
323
}
324
325
export
function
useModelUUID(model: MarketModel) {
326
return
model?.id || model.filename;
327
}
328
329
Callers
2
ModelDownloadOrSelectButton
Function · 0.90
useDownloadInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected