Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-rust/cel-rust
/ end
Method
end
cel/src/ser.rs:426–428 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
424
}
425
426
fn end(self) -> Result<Value> {
427
Ok(Value::List(Arc::new(self.vec)))
428
}
429
}
430
431
impl ser::SerializeTuple for SerializeVec {
Callers
1
serialize
Method · 0.80
Calls
1
seconds
Function · 0.50
Tested by
no test coverage detected