Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Braineanear/EcommerceAPI
/
Class
monolithic/src/app/modules/image/image.service.ts:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
@Injectable()
8
export
class
ImageService extends BaseService<ImageDocument, ImageRepository> {
9
constructor(protected repository: ImageRepository) {
10
super();
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected