MCPcopy Create free account
hub / github.com/anus-dev/ANUS / createContentEvent

Function createContentEvent

packages/core/src/services/loopDetectionService.test.ts:55–58  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

53 });
54
55 const createContentEvent = (content: string): ServerAnusContentEvent => ({
56 type: AnusEventType.Content,
57 value: content,
58 });
59
60 const createRepetitiveContent = (id: number, length: number): string => {
61 const baseString = `This is a unique sentence, id=${id}. `;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected