MCPcopy Create free account
hub / github.com/facebook/time / CalnexAPI

Method CalnexAPI

calnex/api/api.go:460–462  ·  view source on GitHub ↗

CalnexAPI returns probe name (lower case)

()

Source from the content-addressed store, hash-verified

458
459// CalnexAPI returns probe name (lower case)
460func (p Probe) CalnexAPI() string {
461 return strings.ToLower(string(p))
462}
463
464// ServerType returns server type like "server_ip" or "master_ip"
465func (p Probe) ServerType() string {

Callers 7

FetchChannelProbeMethod · 0.45
FetchChannelTargetMethod · 0.45
FetchUsedChannelsMethod · 0.45
chGetMethod · 0.45
chSetMethod · 0.45
measureConfigMethod · 0.45
baseConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected