MCPcopy Index your code
hub / github.com/chavyleung/scripts / doneQuery

Function doneQuery

chavy.box.js:1191–1196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1189}
1190
1191function doneQuery() {
1192 $.json = $.toStr($.json)
1193 const headers = getJsonDoneHeaders()
1194 if ($.isQuanX()) $.done({ status: 'HTTP/1.1 200', headers, body: $.json })
1195 else $.done({ response: { status: 200, headers, body: $.json } })
1196}
1197
1198function doneApi() {
1199 $.json = $.toStr($.json)

Callers 1

doneBoxFunction · 0.70

Calls 4

getJsonDoneHeadersFunction · 0.70
toStrMethod · 0.45
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…