MCPcopy Index your code
hub / github.com/kubernetes/node-problem-detector / Match

Method Match

pkg/systemlogmonitor/log_buffer.go:31–31  ·  view source on GitHub ↗

Match with regular expression in the log buffer.

(string)

Source from the content-addressed store, hash-verified

29 Push(*types.Log)
30 // Match with regular expression in the log buffer.
31 Match(string) []*types.Log
32 // String returns a concatenated string of the buffered logs.
33 String() string
34}

Callers 3

TestMatchFunction · 0.95
parseLogMethod · 0.65
CountMethod · 0.65

Implementers 1

logBufferpkg/systemlogmonitor/log_buffer.go

Calls

no outgoing calls

Tested by 1

TestMatchFunction · 0.76