MCPcopy
hub / github.com/Kong/insomnia / customSign.js

File customSign.js

packages/insomnia/customSign.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { exec } = require('child_process');
2const util = require('util');
3const path = require('path');
4const execAsync = util.promisify(exec);

Callers

nothing calls this directly

Calls 3

logMethod · 0.45
resolveMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected