MCPcopy 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

xtFunction · 0.45
getVisibleConfigFunction · 0.45

Calls 1

selectEntryMethod · 0.95

Tested by

no test coverage detected