Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/URLab-Sim/UnrealRoboticsLab
/ CStructField
Class
CStructField
Scripts/codegen/_vendored/ast_nodes.py:78–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
@dataclass
78
class
CStructField:
79
name: str
80
c_type: str
81
array_dim: Optional[int] = None
82
is_pointer: bool = False
83
doc: str =
""
84
85
86
@dataclass
Callers
1
_walk
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected