MCPcopy Create free account
hub / github.com/nodejs/node / containsNonPublicProperties

Function containsNonPublicProperties

test/fixtures/snapshot/typescript.js:135205–135207  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

135203 }));
135204 }
135205 function containsNonPublicProperties(props) {
135206 return ts.some(props, function (p) { return !!(ts.getDeclarationModifierFlagsFromSymbol(p) & 24 /* ModifierFlags.NonPublicAccessibilityModifier */); });
135207 }
135208 /**
135209 * Gets all properties on a type, but if that type is a union of several types,
135210 * excludes array-like types or callable/constructable types.

Callers 2

getApparentPropertiesFunction · 0.85

Calls 1

someMethod · 0.80

Tested by

no test coverage detected