MCPcopy Create free account
hub / github.com/Noumena-Network/code / projectView

Function projectView

src/services/contextCollapse/operations.ts:3–5  ·  view source on GitHub ↗
(messages: Message[])

Source from the content-addressed store, hash-verified

1import type { Message } from '../../types/message.js'
2
3export function projectView(messages: Message[]): Message[] {
4 return messages
5}

Callers 2

collectContextDataFunction · 0.85
toApiViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected