MCPcopy Create free account
hub / github.com/google/pprof /

Class

browsertests/testdata/testfixture.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2// be returned to Go code. Each element in the result array is either
3// an array of the form ["LOG", ...], or ["ERROR", ...].
4class TestFixture {
5 constructor() {
6 this.context = ""; // Added to front of all log and error messages.
7 this.result = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected