Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_falsy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected