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

Function doneOptions

chavy.box.js:1238–1242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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