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

Method get_api_macro

crates/codegen/src/unrealcpp.rs:37–39  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

35
36impl UnrealCpp<'_> {
37 fn get_api_macro(&self) -> String {
38 format!("{}_API", self.module_name.to_uppercase())
39 }
40}
41
42impl Lang for UnrealCpp<'_> {

Callers 2

generate_type_filesMethod · 0.80
generate_global_filesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected