Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReactiveX/RxGo
/ testObservable
Function
testObservable
util_test.go:33–35 ·
view source on GitHub ↗
(ctx context.Context, items ...interface{})
Source
from the content-addressed store, hash-verified
31
}
32
33
func
testObservable(ctx context.Context, items ...
interface
{}) Observable {
34
return
FromChannel(channelValue(ctx, items...))
35
}
Callers
15
Test_Observable_All_False
Function · 0.85
Test_Observable_All_Parallel_False
Function · 0.85
Test_Observable_All_Parallel_Error
Function · 0.85
Test_Observable_AverageFloat32
Function · 0.85
Test_Observable_AverageFloat32_Error
Function · 0.85
Test_Observable_AverageFloat32_Parallel
Function · 0.85
Test_Observable_AverageFloat32_Parallel_Error
Function · 0.85
Test_Observable_AverageFloat64
Function · 0.85
Test_Observable_AverageFloat64_Error
Function · 0.85
Test_Observable_AverageFloat64_Parallel
Function · 0.85
Test_Observable_AverageFloat64_Parallel_Error
Function · 0.85
Test_Observable_AverageInt
Function · 0.85
Calls
2
FromChannel
Function · 0.85
channelValue
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…