MCPcopy Index your code
hub / github.com/livekit/livekit / stableJobLoad

Struct stableJobLoad

pkg/agent/testutils/server.go:434–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434type stableJobLoad struct {
435 load float32
436}
437
438func NewStableJobLoad(load float32) JobLoad {
439 return stableJobLoad{load}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected