Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erpc/erpc
/ BoolPtr
Function
BoolPtr
util/string.go:17–19 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
BoolPtr(b bool) *bool {
18
return
&b
19
}
20
21
func
Float64Ptr(f float64) *float64 {
22
return
&f
Callers
15
prepareERPCConfig
Function · 0.92
TestEmptyResultAcceptShortCircuit
Function · 0.92
TestNetworkFailsafe_RetryEmpty
Function · 0.92
TestHttpServer_RaceTimeouts
Function · 0.92
TestHttpServer_ManualTimeoutScenarios
Function · 0.92
TestHttpServer_ProviderBasedUpstreams
Function · 0.92
TestHttpServer_EvmGetLogs
Function · 0.92
TestHttpServer_EvmGetBlockByNumber
Function · 0.92
createServerTestFixtures
Function · 0.92
TestHttpServer_Evm_GetLogs_MemoryProfile
Function · 0.92
TestEvmJsonRpcCache_Compression
Function · 0.92
TestHttpServer_EthBlockNumberIntegrity
Function · 0.92
Calls
no outgoing calls
Tested by
15
TestEmptyResultAcceptShortCircuit
Function · 0.74
TestNetworkFailsafe_RetryEmpty
Function · 0.74
TestHttpServer_RaceTimeouts
Function · 0.74
TestHttpServer_ManualTimeoutScenarios
Function · 0.74
TestHttpServer_ProviderBasedUpstreams
Function · 0.74
TestHttpServer_EvmGetLogs
Function · 0.74
TestHttpServer_EvmGetBlockByNumber
Function · 0.74
createServerTestFixtures
Function · 0.74
TestHttpServer_Evm_GetLogs_MemoryProfile
Function · 0.74
TestEvmJsonRpcCache_Compression
Function · 0.74
TestHttpServer_EthBlockNumberIntegrity
Function · 0.74
TestInit_AllGood
Function · 0.74