MobileNativeFoundation / swift-index-store

Library to read from Swift / clang source code indexes
Apache License 2.0
139 stars 12 forks source link

Improve comment about missing isPublic case #30

Closed keith closed 1 year ago

keith commented 1 year ago

This is about this case:

public protocol Foo {
  var bar: Int { get }
}

This tool handles this with isChildOfProtocol instead though.