exograph
exograph copied to clipboard
Improve efficiency of around interceptor when returning `proceed`ed data
Consider a timing interceptor, which returns the data from operation.proceed()
. The proceed may have returned json output in the string form from the database. Yet, due to DenoExecutor
s api, which requires returning a json Value
, this string must be converted to a Value
.