Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Datakitpage/Datakit
/
Class
backend/api/src/users/users.service.ts:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
@Injectable()
12
export
class
UsersService {
13
constructor(
14
@InjectRepository(User)
15
private usersRepository: Repository<User>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected