Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscriptdev/aiscript
/ is_object
Method
is_object
aiscript-vm/src/value.rs:253–255 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
251
}
252
253
pub fn is_object(&self) -> bool {
254
matches!(self, Value::Object(_))
255
}
256
257
pub fn is_bound_method(&self) -> bool {
258
matches!(self, Value::BoundMethod(_))
Callers
1
response
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected