has method

bool has(
  1. CType obj
)

Implementation

bool has(CType obj) {
  return _idx.containsKey(obj.name);
}