Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ GetPendingRequests
Method
GetPendingRequests
pkg/ttnpb/end_device.pb.go:2164–2169 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2162
}
2163
2164
func
(x *MACState) GetPendingRequests() []*MACCommand {
2165
if
x != nil {
2166
return
x.PendingRequests
2167
}
2168
return
nil
2169
}
2170
2171
func
(x *MACState) GetQueuedJoinAccept() *MACState_JoinAccept {
2172
if
x != nil {
Callers
1
ValidateFields
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected