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

Method url

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

Source from the content-addressed store, hash-verified

312 return this;
313 }
314 url(url) {
315 this.widgetText.url = url;
316 return this;
317 }
318 }
319 class ChainStack {
320 constructor(widgetStack) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected