MCPcopy
hub / github.com/wavetermdev/waveterm / IsCanceled

Method IsCanceled

pkg/wshutil/wshrpc.go:733–735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

731}
732
733func (handler *RpcResponseHandler) IsCanceled() bool {
734 return handler.canceled.Load()
735}
736
737func (handler *RpcResponseHandler) close() {
738 cancelFn := handler.contextCancelFn.Load()

Callers 1

GetIsCanceledFromContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected