Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ lookupRecord
Method
lookupRecord
features/selector_test.go:261–263 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
259
}
260
261
func
(r *staticResolver) lookupRecord(ctx context.Context) ([]byte, error) {
262
return
json.Marshal(r.record)
263
}
Callers
nothing calls this directly
Calls
1
Marshal
Method · 0.45
Tested by
no test coverage detected