MCPcopy 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
128impl From<bool> for Value {
129 fn from(value: bool) -> Self {
130 Value::Boolean(value)
131 }
132}
133
134impl From<f64> for Value {

Callers 2

oFunction · 0.45
aFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected