MCPcopy
hub / github.com/grafana/tempo / getSampleEntries

Function getSampleEntries

tools/chloggen/cmd/cmd_test.go:33–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31)
32
33func getSampleEntries() []*chlog.Entry {
34 return []*chlog.Entry{
35 enhancementEntry(),
36 bugFixEntry(),
37 deprecationEntry(),
38 newComponentEntry(),
39 breakingEntry(),
40 entryWithSubtext(),
41 }
42}
43
44func enhancementEntry() *chlog.Entry {
45 return &chlog.Entry{

Callers 2

TestUpdateFunction · 0.85
TestValidateFunction · 0.85

Calls 6

enhancementEntryFunction · 0.85
bugFixEntryFunction · 0.85
deprecationEntryFunction · 0.85
newComponentEntryFunction · 0.85
breakingEntryFunction · 0.85
entryWithSubtextFunction · 0.85

Tested by

no test coverage detected