MCPcopy Create free account
hub / github.com/fnproject/fn / WriteStat

Method WriteStat

api/agent/drivers/driver.go:135–135  ·  view source on GitHub ↗

WriteStat writes a single Stat, implementation need not be thread safe.

(context.Context, stats.Stat)

Source from the content-addressed store, hash-verified

133
134 // WriteStat writes a single Stat, implementation need not be thread safe.
135 WriteStat(context.Context, stats.Stat)
136
137 // Volumes returns an array of 2-element tuples indicating storage volume mounts.
138 // The first element is the path on the host, and the second element is the

Callers 1

collectStatsMethod · 0.65

Implementers 2

containerapi/agent/agent.go
taskDockerTestapi/agent/drivers/docker/docker_test.g

Calls

no outgoing calls

Tested by

no test coverage detected