MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / Hash

Method Hash

cmd/cloudflared/app_forward_service.go:39–41  ·  view source on GitHub ↗

Hash is used to figure out if this forwarder is the unchanged or not from the config file updates

()

Source from the content-addressed store, hash-verified

37
38// Hash is used to figure out if this forwarder is the unchanged or not from the config file updates
39func (s *ForwarderService) Hash() string {
40 return s.forwarder.Hash()
41}
42
43// Shutdown stops the websocket listener
44func (s *ForwarderService) Shutdown() {

Callers

nothing calls this directly

Calls 1

HashMethod · 0.65

Tested by

no test coverage detected