MCPcopy Create free account
hub / github.com/Monibuca/engine / Waiting

Method Waiting

wait-tracks.go:13–15  ·  view source on GitHub ↗

Waiting是否正在等待

()

Source from the content-addressed store, hash-verified

11
12// Waiting是否正在等待
13func (w waitTrackNames) Waiting() bool {
14 return w != nil
15}
16
17// Waitany 是否等待任意的
18func (w waitTrackNames) Waitany() bool {

Callers 2

AcceptMethod · 0.95
NeedWaitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected