MCPcopy
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
684func (s ServerInfo_List) At(i int) ServerInfo { return ServerInfo{s.List.Struct(i)} }
685
686func (s ServerInfo_List) Set(i int, v ServerInfo) error { return s.List.SetStruct(i, v.Struct) }
687

Callers

nothing calls this directly

Calls 1

StructMethod · 0.45

Tested by

no test coverage detected