MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox /

Class

backend/src/chat/chat.service.ts:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 private chatRepository: Repository<Chat>,
48 @InjectRepository(User)
49 private userRepository: Repository<User>,
50 ) {}
51
52 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected