Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Kong/insomnia
/ install-plugin.ts
File
install-plugin.ts
packages/insomnia/src/main/install-plugin.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ cp, mkdir, readdir, stat } from
'node:fs/promises'
;
2
3
import
childProcess from
'child_process'
;
4
import
* as electron from
'electron'
;
Callers
nothing calls this directly
Calls
9
_isInsomniaPlugin
Function · 0.85
reject
Function · 0.85
_installPluginToTmpDir
Function · 0.85
readdir
Function · 0.85
stat
Function · 0.85
resolve
Function · 0.85
isDirectory
Method · 0.80
request
Method · 0.45
log
Method · 0.45
Tested by
no test coverage detected