Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aspizu/goboscript
/ from
Method
from
src/ast/value.rs:129–131 ·
view source on GitHub ↗
(value: bool)
Source
from the content-addressed store, hash-verified
127
128
impl From<bool> for Value {
129
fn from(value: bool) -> Self {
130
Value::Boolean(value)
131
}
132
}
133
134
impl From<f64> for Value {
Callers
2
o
Function · 0.45
a
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected