Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/easydiffusion/easydiffusion
/ value
Method
value
ui/media/js/searchable-models.js:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
return
this.modelFilter.parentNode
50
}
51
get value() {
52
return
this.modelFilter.dataset.path
53
}
54
set value(path) {
55
this.modelFilter.dataset.path = path
56
this.selectEntry(path)
Callers
2
xt
Function · 0.45
getVisibleConfig
Function · 0.45
Calls
1
selectEntry
Method · 0.95
Tested by
no test coverage detected