Definitions
Definitions and references
Resolve code structure across files and modules, not just text matches. Definitions stay attached to references, relationships, and their place in the repository.
AuthService.validateSession()
SessionRepository.findByToken()
UserService.loadPermissions()
file: auth/service.ts
Calls → SessionRepository
Imports → token-cache.ts
Referenced by → LoginHandler
Member of → Auth & Session
