MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / CFunctionParam

Class CFunctionParam

Scripts/codegen/_vendored/ast_nodes.py:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19@dataclass
20class CFunctionParam:
21 name: str
22 c_type: str
23 array_dim: Optional[int] = None # None for scalar / pointer
24
25 def to_dict(self) -> Dict[str, Any]:
26 return asdict(self)
27
28
29@dataclass

Callers 1

_walkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected