MCPcopy Create free account
hub / github.com/VirtualHotBar/NetMount / stopOpenlist

Function stopOpenlist

src/utils/openlist/process.ts:90–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90async function stopOpenlist() {
91 await stopSidecarGracefully({
92 binary: 'binaries/openlist',
93 name: 'openlist',
94 })
95 openlistInfo.process.child = undefined as unknown as Child
96}
97
98async function restartOpenlist() {
99 await restartSidecar(stopOpenlist, startOpenlist)

Callers 1

exitFunction · 0.90

Calls 1

stopSidecarGracefullyFunction · 0.90

Tested by

no test coverage detected