Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/N64Recomp/N64Recomp
/ ImportV1
Class
ImportV1
src/mod_symbols.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
};
62
63
struct ImportV1 {
64
uint32_t name_start;
65
uint32_t name_size;
66
uint32_t dependency;
67
};
68
69
struct DependencyEventV1 {
70
uint32_t name_start;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected