MCPcopy Index your code
hub / github.com/anomalyco/opencode / getLakeIngest

Function getLakeIngest

packages/console/function/src/log-processor.ts:89–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89function getLakeIngest(): { url: string; secret: string } | undefined {
90 try {
91 return Resource.LakeIngest
92 } catch {
93 return undefined
94 }
95}
96
97function toLakeEvent(time: string, data: Record<string, unknown>) {
98 return {

Callers 1

tailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected