MCPcopy Create free account
hub / github.com/cakevm/kabu / array_of_strings

Function array_of_strings

crates/rpc/handler/src/dto/pool.rs:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39pub fn array_of_strings() -> Array {
40 Object::with_type(SchemaType::Type(Type::String)).to_array()
41}
42
43#[derive(Debug, Serialize, ToSchema)]
44#[serde(rename_all = "SCREAMING_SNAKE_CASE")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected