MCPcopy
hub / github.com/browserless/browserless / read

Method read

src/monitoring.ts:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58export interface MachineStatsSource {
59 read(): Promise<IResourceLoad>;
60 readonly name: string;
61}
62

Callers 7

docs.jsFile · 0.65
monitoring.spec.tsFile · 0.65
sampleMethod · 0.65
getMachineStatsMethod · 0.65
handlerMethod · 0.65
handlerMethod · 0.65

Implementers 5

ControlledSourcesrc/monitoring.spec.ts
HostSourcesrc/monitoring.ts
CgroupV2Sourcesrc/monitoring.ts
CgroupV1Sourcesrc/monitoring.ts
FileSystemsrc/file-system.ts

Calls

no outgoing calls

Tested by

no test coverage detected