Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
{ exec } = require(
'child_process'
);
2
const
util = require(
'util'
);
3
const
path = require(
'path'
);
4
const
execAsync = util.promisify(exec);
Callers
nothing calls this directly
Calls
3
log
Method · 0.45
resolve
Method · 0.45
error
Method · 0.45
Tested by
no test coverage detected