MCPcopy Create free account
hub / github.com/Normal-Tangerine8609/Scriptable-Widgets / url

Method url

scripts/chaining.js:248–251  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

246 return this;
247 }
248 url(url) {
249 this.widgetImage.url = url;
250 return this;
251 }
252 }
253 class ChainSpacer {
254 constructor(spacer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected