MCPcopy Create free account
hub / github.com/encodeous/nylon / WaitForTrace

Method WaitForTrace

e2e/harness.go:247–249  ·  view source on GitHub ↗
(nodeName string, pattern string)

Source from the content-addressed store, hash-verified

245 return false
246}
247func (h *Harness) WaitForTrace(nodeName string, pattern string) {
248 h.waitFor(nodeName, SourceTrace, pattern, false)
249}
250func (h *Harness) waitFor(nodeName string, source LogSource, pattern string, isRegex bool) {
251 sub, err := h.LogManager.Subscribe(nodeName, source, pattern, isRegex)
252 if err != nil {

Callers 1

TestRecoveryExampleFunction · 0.95

Calls 1

waitForMethod · 0.95

Tested by 1

TestRecoveryExampleFunction · 0.76