Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ createMessageProcessor
Function
createMessageProcessor
ui/src/protocol/message-processor.ts:999–1001 ·
view source on GitHub ↗
(registry?: ComponentRegistry)
Source
from the content-addressed store, hash-verified
997
* Create a
new
MessageProcessor instance
998
*/
999
export
function
createMessageProcessor(registry?: ComponentRegistry): MessageProcessor {
1000
return
new
MessageProcessor(registry);
1001
}
Callers
10
streaming-state.spec.ts
File · 0.90
incremental-update.spec.ts
File · 0.90
message-processor.spec.ts
File · 0.90
invalid-child-reference.spec.ts
File · 0.90
create-surface.spec.ts
File · 0.90
surface-cleanup.spec.ts
File · 0.90
invalid-props-tolerance.spec.ts
File · 0.90
whitelist-validation.spec.ts
File · 0.90
validation-error.spec.ts
File · 0.90
createTestContext
Function · 0.90
Calls
no outgoing calls
Tested by
1
createTestContext
Function · 0.72