| 144 | } |
| 145 | |
| 146 | lemoninitfs_header_t* GetHeader() { |
| 147 | return &initrdHeader; |
| 148 | } |
| 149 | |
| 150 | void* Read(int node) { |
| 151 | return (void*)(nodes[node].offset+(uintptr_t)initrd_address); |
nothing calls this directly
no outgoing calls
no test coverage detected