Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscriptdev/aiscript
/ is_constructor
Method
is_constructor
aiscript-vm/src/object.rs:199–201 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
197
}
198
199
pub fn is_constructor(&self) -> bool {
200
matches!(self, Self::Constructor)
201
}
202
}
203
204
#[derive(Collect)]
Callers
1
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected