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

Function cleanupRunnerState

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

Source from the content-addressed store, hash-verified

267}
268
269export async function cleanupRunnerState(): Promise<void> {
270 try {
271 await clearRunnerState();
272 logger.debug('[RUNNER RUN] Runner state file removed');
273 } catch (error) {
274 logger.debug('[RUNNER RUN] Error cleaning up runner metadata', error);
275 }
276}
277
278export async function stopRunner() {
279 try {

Callers 2

cleanupAndShutdownFunction · 0.90

Calls 2

clearRunnerStateFunction · 0.90
debugMethod · 0.80

Tested by

no test coverage detected