Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ GetReadLevel
Method
GetReadLevel
api/taskqueue/v1/message.pb.go:287–292 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}
286
287
func
(x *InternalTaskQueueStatus) GetReadLevel() int64 {
288
if
x != nil {
289
return
x.ReadLevel
290
}
291
return
0
292
}
293
294
func
(x *InternalTaskQueueStatus) GetFairReadLevel() *FairLevel {
295
if
x != nil {
Callers
1
TestLegacyDescribeTaskQueue
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestLegacyDescribeTaskQueue
Method · 0.64