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

Function mark

sa53/cmd/poll.go:134–138  ·  view source on GitHub ↗

mark is a nil-safe wrapper around (*rawlog.Logger).Mark for callers that only optionally enable raw logging.

(rl *rawlog.Logger, msg string)

Source from the content-addressed store, hash-verified

132// mark is a nil-safe wrapper around (*rawlog.Logger).Mark for callers that
133// only optionally enable raw logging.
134func mark(rl *rawlog.Logger, msg string) {
135 if rl != nil {
136 rl.Mark(msg)
137 }
138}
139
140// detectSA5xCard runs hardware detection and returns true if at least one
141// Celestica/SA5x time card is present. Returns false (with no error) when

Callers 3

runPollFunction · 0.85
pollOnceFunction · 0.85
runPollSingleCmdFunction · 0.85

Calls 1

MarkMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…