Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
impl UnrealCpp<'_> {
37
fn get_api_macro(&self) -> String {
38
format!(
"{}_API"
, self.module_name.to_uppercase())
39
}
40
}
41
42
impl Lang for UnrealCpp<'_> {
Callers
2
generate_type_files
Method · 0.80
generate_global_files
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected