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

Method WaitForMatch

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

Source from the content-addressed store, hash-verified

194 h.waitFor(nodeName, SourceStdout, pattern, false)
195}
196func (h *Harness) WaitForMatch(nodeName string, pattern string) {
197 h.waitFor(nodeName, SourceStdout, pattern, true)
198}
199func (h *Harness) WaitForStatus(t *testing.T, nodeName string, check func(*protocol.StatusResponse) bool) {
200 t.Helper()
201 start := time.Now()

Callers 1

TestJSONLoggingFunction · 0.95

Calls 1

waitForMethod · 0.95

Tested by 1

TestJSONLoggingFunction · 0.76