Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Normal-Tangerine8609/Scriptable-Widgets
/ addDate
Method
addDate
scripts/chaining.js:471–473 ·
view source on GitHub ↗
(date)
Source
from the content-addressed store, hash-verified
469
return
this;
470
}
471
addDate(date) {
472
return
new
ChainDate(this.widget.addDate(date));
473
}
474
addImage(image) {
475
return
new
ChainImage(this.widget.addImage(image));
476
}
Callers
nothing calls this directly
Calls
1
addDate
Method · 0.45
Tested by
no test coverage detected