Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
type
{ Message } from
'../../types/message.js'
2
3
export
function
projectView(messages: Message[]): Message[] {
4
return
messages
5
}
Callers
2
collectContextData
Function · 0.85
toApiView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected