MCPcopy
hub / github.com/chavyleung/scripts / doneOptions

Function doneOptions

chavy.box.js:1179–1183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1177}
1178
1179function doneOptions() {
1180 const headers = getBaseDoneHeaders()
1181 if ($.isQuanX()) $.done({ headers })
1182 else $.done({ response: { headers } })
1183}
1184
1185function donePage() {
1186 const headers = getHtmlDoneHeaders()

Callers 1

doneBoxFunction · 0.70

Calls 3

getBaseDoneHeadersFunction · 0.70
isQuanXMethod · 0.45
doneMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…