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

Method is_boolean

aiscript-vm/src/value.rs:285–287  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

283 }
284
285 pub fn is_boolean(&self) -> bool {
286 matches!(self, Value::Boolean(_) | Value::Nil)
287 }
288
289 pub fn is_true(&self) -> bool {
290 !self.is_falsy()

Callers 1

is_falsyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected