MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / is_empty_tuple

Function is_empty_tuple

ciphercore-base/src/inline/inline_ops.rs:359–364  ·  view source on GitHub ↗
(value_type: Type)

Source from the content-addressed store, hash-verified

357}
358
359fn is_empty_tuple(value_type: Type) -> bool {
360 match value_type {
361 Type::Tuple(inner_types) => inner_types.is_empty(),
362 _ => false,
363 }
364}
365
366fn inline_iterate(
367 graph: Graph,

Callers 1

inline_iterateFunction · 0.85

Calls 1

is_emptyMethod · 0.80

Tested by

no test coverage detected