MCPcopy
hub / github.com/zen-browser/desktop / iconURL

Method iconURL

src/zen/folders/ZenFolder.mjs:220–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 set pinned(value) {}
219
220 get iconURL() {
221 return this.icon.querySelector("image")?.getAttribute("href") || "";
222 }
223
224 set activeTabs(tabs) {
225 if (tabs.length) {

Callers

nothing calls this directly

Calls 2

getAttributeMethod · 0.80
querySelectorMethod · 0.80

Tested by

no test coverage detected