MCPcopy
hub / github.com/TTLabs/EvaporateJS / signResponseHandler

Function signResponseHandler

test/auth.spec.js:7–11  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

5let server;
6
7const signResponseHandler = function (r) {
8 return new Promise(function (resolve) {
9 resolve('1234567890123456789012345srh');
10 });
11}
12
13const customAuthHandler = function () {
14 return Promise.resolve('123456789012345678901234cstm');

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected