MCPcopy Create free account
hub / github.com/chavyleung/scripts / doneOptions

Function doneOptions

box/chavy.boxjs.js:1236–1240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1234}
1235
1236function doneOptions() {
1237 const headers = getBaseDoneHeaders()
1238 if ($.isQuanX()) $.done({ headers })
1239 else $.done({ response: { headers } })
1240}
1241
1242function donePage() {
1243 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