MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / useMessageService

Function useMessageService

src/services/message/service.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import type { MessageAdapter } from './types'
7
8export function useMessageService(): MessageAdapter {
9 return getRegisteredAdapter<MessageAdapter>('message')
10}

Callers

nothing calls this directly

Calls 1

getRegisteredAdapterFunction · 0.90

Tested by

no test coverage detected