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

Method StopMeasure

calnex/api/api.go:973–975  ·  view source on GitHub ↗

StopMeasure stops measurement

()

Source from the content-addressed store, hash-verified

971}
972
973// StopMeasure stops measurement
974func (a *API) StopMeasure() error {
975 return a.get(stopMeasure)
976}
977
978// ClearDevice clears device data

Callers 5

FirmwareMethod · 0.95
ClearDeviceMethod · 0.95
RebootMethod · 0.95
TestGetFunction · 0.95
ConfigFunction · 0.95

Calls 1

getMethod · 0.95

Tested by 1

TestGetFunction · 0.76