Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Normal-Tangerine8609/Scriptable-Widgets
/ addStack
Method
addStack
scripts/chaining.js:483–485 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
481
return
new
ChainText(this.widget.addText(string));
482
}
483
addStack() {
484
return
new
ChainStack(this.widget.addStack());
485
}
486
}
487
return
new
ChainWidget();
488
}
Callers
nothing calls this directly
Calls
1
addStack
Method · 0.45
Tested by
no test coverage detected