MCPcopy Create free account
hub / github.com/tiann/hapi / stopRunnerHttp

Function stopRunnerHttp

cli/src/runner/controlClient.ts:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109export async function stopRunnerHttp(): Promise<void> {
110 await runnerPost('/stop');
111}
112
113/**
114 * The version check is still quite naive.

Callers 2

stopRunnerFunction · 0.85

Calls 1

runnerPostFunction · 0.85

Tested by

no test coverage detected