MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / is_empty

Method is_empty

src/virtual_members/mod.rs:305–307  ·  view source on GitHub ↗

Whether this value contains no methods, properties, or constants.

(&self)

Source from the content-addressed store, hash-verified

303impl VirtualMembers {
304 /// Whether this value contains no methods, properties, or constants.
305 pub fn is_empty(&self) -> bool {
306 self.methods.is_empty() && self.properties.is_empty() && self.constants.is_empty()
307 }
308}
309
310/// A provider that contributes virtual members to a class.

Callers 15

applies_toMethod · 0.45
provideMethod · 0.45
collect_mixin_membersFunction · 0.45
evict_fqnFunction · 0.45
type_specificityFunction · 0.45
apply_virtual_membersFunction · 0.45

Calls

no outgoing calls