MCPcopy Create free account
hub / github.com/krau/SaveAny-Bot / Close

Method Close

pkg/queue/queue.go:177–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177func (tq *TaskQueue[T]) Close() {
178 tq.mu.Lock()
179 defer tq.mu.Unlock()
180
181 tq.closed = true
182 tq.cond.Broadcast()
183}

Callers 15

api.goFile · 0.45
api_playwright.goFile · 0.45
ParseMethod · 0.45
parseOneMethod · 0.45
InvokeRequestMethod · 0.45
TestCloseBehaviorFunction · 0.45
TestClient_AddURIFunction · 0.45
TestClient_TellStatusFunction · 0.45
TestClient_WithSecretFunction · 0.45
TestClient_RPCErrorFunction · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by 6

TestCloseBehaviorFunction · 0.36
TestClient_AddURIFunction · 0.36
TestClient_TellStatusFunction · 0.36
TestClient_WithSecretFunction · 0.36
TestClient_RPCErrorFunction · 0.36