MCPcopy 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
431impl ser::SerializeTuple for SerializeVec {

Callers 1

serializeMethod · 0.80

Calls 1

secondsFunction · 0.50

Tested by

no test coverage detected