MCPcopy
hub / github.com/nestjs/swagger / ExtraModel

Class ExtraModel

test/explorer/swagger-explorer.spec.ts:1655–1658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1653
1654 describe('should include extra models', () => {
1655 class ExtraModel {
1656 @ApiProperty()
1657 p1: string;
1658 }
1659
1660 class ExtraModel2 {
1661 @ApiProperty()

Callers

nothing calls this directly

Calls 1

ApiPropertyFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…