MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / List

Function List

Kernel/src/fs/initrd.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142 lemoninitfs_node_t* List() {
143 return nodes;
144 }
145
146 lemoninitfs_header_t* GetHeader() {
147 return &initrdHeader;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected