MCPcopy
hub / github.com/browserless/browserless / runSample

Method runSample

src/monitoring.spec.ts:539–541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

537
538class TestMonitoring extends Monitoring {
539 public async runSample(): Promise<void> {
540 return this.sample();
541 }
542 public seedCpu(value: number | null): void {
543 this.smoothedCpu = value;
544 }

Callers 1

monitoring.spec.tsFile · 0.80

Calls 1

sampleMethod · 0.80

Tested by

no test coverage detected