MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / into_vec

Method into_vec

crates/bindings/src/rt.rs:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31
32impl<T> IntoVec<T> for Vec<T> {
33 fn into_vec(self) -> Vec<T> {
34 self
35 }
36}
37
38impl<T> IntoVec<T> for Option<T> {

Callers 8

fromMethod · 0.80
compileMethod · 0.80
consume_each_listMethod · 0.80
convert_http_requestFunction · 0.80
build_javascriptFunction · 0.80
convert_responseFunction · 0.80
try_fromMethod · 0.80
fromMethod · 0.80

Calls 2

collectMethod · 0.45
into_iterMethod · 0.45

Tested by

no test coverage detected