Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ At
Method
At
tunnelrpc/proto/tunnelrpc.capnp.go:684–684 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
682
}
683
684
func
(s ServerInfo_List) At(i int) ServerInfo {
return
ServerInfo{s.List.Struct(i)} }
685
686
func
(s ServerInfo_List) Set(i int, v ServerInfo) error {
return
s.List.SetStruct(i, v.Struct) }
687
Callers
nothing calls this directly
Calls
1
Struct
Method · 0.45
Tested by
no test coverage detected