Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidColson/Polybox
/ Type
Enum
Type
source/userdata.h:7–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
struct String;
6
7
enum class Type:u8 {
8
Float32,
9
Int32,
10
Int16,
11
Uint8
12
};
13
14
struct UserData {
15
i32 width;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected