Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ GetNextChild
Function
GetNextChild
Library/DeviceTreeLib/DeviceTreeLib.c:104–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
STATIC
105
DTEntry
106
GetNextChild (
107
IN DTEntry Sibling
108
)
109
{
110
return DTSkipTree (Sibling);
111
}
112
113
STATIC
114
CONST CHAR8 *
Callers
2
FindChild
Function · 0.70
DTIterateEntries
Function · 0.70
Calls
1
DTSkipTree
Function · 0.85
Tested by
no test coverage detected