MCPcopy Create free account
hub / github.com/anomalyco/opencode / logRuntimeCheck

Function logRuntimeCheck

packages/stats/core/src/stat-sync.ts:95–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93})
94
95function logRuntimeCheck() {
96 return Effect.logInfo(
97 `athena stats runtime check ${JSON.stringify({
98 catalog: Resource.InferenceEvent.catalog,
99 database: Resource.InferenceEvent.database,
100 dataset: Resource.StatsSyncConfig.dataset,
101 table: Resource.InferenceEvent.table,
102 workgroup: Resource.InferenceEvent.workgroup,
103 region: Resource.InferenceEvent.region,
104 stage: Resource.App.stage,
105 })}`,
106 )
107}

Callers 1

stat-sync.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected