MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / is_static_method

Method is_static_method

aiscript-vm/src/object.rs:195–197  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

193 }
194
195 pub fn is_static_method(&self) -> bool {
196 matches!(self, Self::Method { is_static, .. } if *is_static)
197 }
198
199 pub fn is_constructor(&self) -> bool {
200 matches!(self, Self::Constructor)

Callers 3

generate_methodMethod · 0.80
super_Method · 0.80
self_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected