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

Method setVersion

lib/document-builder.ts:35–38  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

33 }
34
35 public setVersion(version: string): this {
36 this.document.info.version = version;
37 return this;
38 }
39
40 public setTermsOfService(termsOfService: string): this {
41 this.document.info.termsOfService = termsOfService;

Callers 5

bootstrapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected