Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ GetFirstChild
Function
GetFirstChild
Library/DeviceTreeLib/DeviceTreeLib.c:95–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
STATIC
96
DTEntry
97
GetFirstChild (
98
IN DTEntry Parent
99
)
100
{
101
return DTSkipProperties (Parent);
102
}
103
104
STATIC
105
DTEntry
Callers
2
FindChild
Function · 0.70
DTIterateEntries
Function · 0.70
Calls
1
DTSkipProperties
Function · 0.85
Tested by
no test coverage detected