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

Function getLatestRunnerLog

cli/src/ui/logger.ts:301–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 * Get the most recent runner log file, or null if none exist.
300 */
301export async function getLatestRunnerLog(): Promise<LogFileInfo | null> {
302 const [latest] = await listRunnerLogFiles(1);
303 return latest || null;
304}

Callers 2

runner.tsFile · 0.90

Calls 1

listRunnerLogFilesFunction · 0.85

Tested by

no test coverage detected