Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erpc/erpc
/ IntPtr
Function
IntPtr
util/string.go:13–15 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
11
}
12
13
func
IntPtr(i int) *int {
14
return
&i
15
}
16
17
func
BoolPtr(b bool) *bool {
18
return
&b
Callers
7
prepareERPCConfig
Function · 0.92
TestHttpServer_ProviderBasedUpstreams
Function · 0.92
TestInit_InvalidHttpPort
Function · 0.92
TestErpc_UpstreamsRegistryCorrectPriorityChange
Function · 0.92
SetDefaults
Method · 0.92
SetDefaults
Method · 0.92
TestServerConfigSetDefaults_GrpcPortDefaultsToHttpPort
Function · 0.92
Calls
no outgoing calls
Tested by
4
TestHttpServer_ProviderBasedUpstreams
Function · 0.74
TestInit_InvalidHttpPort
Function · 0.74
TestErpc_UpstreamsRegistryCorrectPriorityChange
Function · 0.74
TestServerConfigSetDefaults_GrpcPortDefaultsToHttpPort
Function · 0.74