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

Function cpp_ty_fmt_with_module

crates/codegen/src/unrealcpp.rs:6670–6677  ·  view source on GitHub ↗
(
    module_prefix: &'a str,
    module: &'a ModuleDef,
    ty: &'a AlgebraicTypeUse,
    module_name: &'a str,
)

Source from the content-addressed store, hash-verified

6668}
6669
6670fn cpp_ty_fmt_with_module<'a>(
6671 module_prefix: &'a str,
6672 module: &'a ModuleDef,
6673 ty: &'a AlgebraicTypeUse,
6674 module_name: &'a str,
6675) -> impl fmt::Display + 'a {
6676 cpp_ty_fmt_impl(module_prefix, module, ty, module_name)
6677}
6678
6679fn cpp_ty_fmt_blueprint_compatible<'a>(
6680 module_prefix: &'a str,

Calls 1

cpp_ty_fmt_implFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…