Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
export
async
function
stopRunnerHttp(): Promise<void> {
110
await
runnerPost(
'/stop'
);
111
}
112
113
/**
114
* The version check is still quite naive.
Callers
2
runner.integration.test.ts
File · 0.90
stopRunner
Function · 0.85
Calls
1
runnerPost
Function · 0.85
Tested by
no test coverage detected