MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / extractLogs

Function extractLogs

packages/cli-v3/src/commands/deploy.ts:1089–1094  ·  view source on GitHub ↗
(outputs: string[])

Source from the content-addressed store, hash-verified

1087}
1088
1089function extractLogs(outputs: string[]) {
1090 // Remove empty lines
1091 const cleanedOutputs = outputs.map((line) => line.trim()).filter((line) => line !== "");
1092
1093 return cleanedOutputs.map((line) => line.trim()).join("\n");
1094}
1095
1096async function compileProject(
1097 config: ResolvedConfig,

Callers 2

buildAndPushImageFunction · 0.85

Calls 1

filterMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…