MCPcopy Index your code
hub / github.com/nodejs/node / createEmptyUsage

Function createEmptyUsage

test/fixtures/snapshot/typescript.js:156906–156920  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156904 thisParameter: thisParameter,
156905 };
156906 function createEmptyUsage() {
156907 return {
156908 isNumber: undefined,
156909 isString: undefined,
156910 isNumberOrString: undefined,
156911 candidateTypes: undefined,
156912 properties: undefined,
156913 calls: undefined,
156914 constructs: undefined,
156915 numberIndex: undefined,
156916 stringIndex: undefined,
156917 candidateThisTypes: undefined,
156918 inferredTypes: undefined,
156919 };
156920 }
156921 function combineUsages(usages) {
156922 var combinedProperties = new ts.Map();
156923 for (var _i = 0, usages_1 = usages; _i < usages_1.length; _i++) {

Callers 6

parametersFunction · 0.85
thisParameterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…