MCPcopy
hub / github.com/KeygraphHQ/shannon / createActivityLogger

Function createActivityLogger

apps/worker/src/temporal/activity-logger.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 * Throws if called outside an activity context.
31 */
32export function createActivityLogger(): ActivityLogger {
33 return new TemporalActivityLogger();
34}

Callers 12

runAgentActivityFunction · 0.85
writeDeliverableFunction · 0.85
runPreflightValidationFunction · 0.85
syncCodePathDenyRulesFunction · 0.85
assembleReportActivityFunction · 0.85
checkExploitationQueueFunction · 0.85
loadResumeStateFunction · 0.85
restoreGitCheckpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected