MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / is_list_canonical

Method is_list_canonical

crates/csharp/src/function.rs:2054–2056  ·  view source on GitHub ↗
(&self, _resolve: &Resolve, element: &Type)

Source from the content-addressed store, hash-verified

2052 }
2053
2054 fn is_list_canonical(&self, _resolve: &Resolve, element: &Type) -> bool {
2055 crate::world_generator::is_primitive(element)
2056 }
2057}
2058
2059// TODO: this is not great, we want the underlying parameter, but it is passed in operands already lifted.

Callers

nothing calls this directly

Calls 1

is_primitiveFunction · 0.85

Tested by

no test coverage detected