MCPcopy
hub / github.com/prometheus/prometheus / Types

Function Types

util/compression/compression.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35)
36
37func Types() []Type { return []Type{None, Snappy, Zstd} }
38
39// Encode returns the encoded form of src for the given compression type.
40// For None or empty message the encoding is not attempted.

Callers 15

TestReaderFuzzFunction · 0.92
TestReaderFuzz_LiveFunction · 0.92
TestWatcher_TailFunction · 0.92
TestReadCheckpointFunction · 0.92
TestRun_StartupTimeFunction · 0.92
BenchmarkWAL_LogBatchedFunction · 0.92
BenchmarkWAL_LogFunction · 0.92
TestCheckpointFunction · 0.92

Calls

no outgoing calls

Tested by 15

TestReaderFuzzFunction · 0.74
TestReaderFuzz_LiveFunction · 0.74
TestWatcher_TailFunction · 0.74
TestReadCheckpointFunction · 0.74
TestRun_StartupTimeFunction · 0.74
BenchmarkWAL_LogBatchedFunction · 0.74
BenchmarkWAL_LogFunction · 0.74
TestCheckpointFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…