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

Method is_lambda

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

Source from the content-addressed store, hash-verified

189 }
190
191 pub fn is_lambda(&self) -> bool {
192 matches!(self, Self::Lambda { .. })
193 }
194
195 pub fn is_static_method(&self) -> bool {
196 matches!(self, Self::Method { is_static, .. } if *is_static)

Callers 1

raise_statementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected