MCPcopy Index your code
hub / github.com/nestjs/swagger / isStringMapping

Function isStringMapping

lib/plugin/utils/ast-utils.ts:72–74  ·  view source on GitHub ↗
(type: Type)

Source from the content-addressed store, hash-verified

70}
71
72export function isStringMapping(type: Type) {
73 return hasFlag(type, TypeFlags.StringMapping);
74}
75
76export function isNumber(type: Type) {
77 return hasFlag(type, TypeFlags.Number);

Callers 2

getTypeReferenceAsStringFunction · 0.90

Calls 1

hasFlagFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…