MCPcopy Create free account
hub / github.com/evalops/deep-code-reasoning-mcp / User

Interface User

test-scenario/UserService.ts:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63interface User {
64 id: string;
65 name: string;
66 activity: number;
67}
68
69interface UserPreference {
70 key: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected