Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudflare/cloudflared
/ Page
Method
Page
cfapi/tunnel_filter.go:53–55 ·
view source on GitHub ↗
(page int)
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(f *TunnelFilter) Page(page int) {
54
f.queryParams.Set(
"page"
, strconv.Itoa(page))
55
}
56
57
func
(f TunnelFilter) encode() string {
58
return
f.queryParams.Encode()
Callers
2
ListRoutes
Method · 0.45
ListTunnels
Method · 0.45
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected