handle.go ×1

Frontier kind: Code frontier

unlabeled · c_8e3150329504

9 tests · 131 LOC · 5 files · introduces 0 tests · 1 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
1 range1 lines · 1 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
50 ranges131 lines · 5 files · Browse complete extent
All tests (intent)
9 testsBrowse complete intent

Neighbourhood graph

The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.

Introduced files, introduced tests, and structurally relevant concept specialization

In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.

Introduced files, introduced tests, and structurally relevant concept specializationsuccess_with_headers · 0 introduced LOCsuccess_with_headerssuccess · 0 introduced LOCsuccesssuccess_with_headers · 0 introduced LOCsuccess_with_headerssuccess · 0 introduced LOCsuccessTestCancel_HandleFromStart · 0 introduced LOCTestCancel_HandleFromSta…TestCancel_RequestTimeoutHeaderOverridesContextDeadline · 0 introduced LOCTestCancel_RequestTimeou…TestCancel_HandleFromClient, TestCancel_ContextDeadlinePropagated · 0 introduced LOCTestCancel_HandleFromCli…TestCancel_TimeoutNotPropagated · 0 introduced LOCTestCancel_TimeoutNotPro…handle.go ×2 · 3 introduced LOChandle.go ×2server.go ×1 · 1 introduced LOCserver.go ×1server.go ×7 · 22 introduced LOCserver.go ×7server.go ×8 · 25 introduced LOCserver.go ×8handle.go ×2 · 10 introduced LOChandle.go ×2client.go ×1 · 5 introduced LOCclient.go ×1api.go ×1 · 3 introduced LOCapi.go ×1client.go ×3 · 5 introduced LOCclient.go ×3client.go ×1 · 2 introduced LOCclient.go ×1client.go ×7 · 22 introduced LOCclient.go ×7server.go ×1 · 2 introduced LOCserver.go ×1server.go ×1 · 2 introduced LOCserver.go ×1server.go ×1 · 2 introduced LOCserver.go ×1server.go ×5 · 14 introduced LOCserver.go ×5api.go ×2 · 3 introduced LOCapi.go ×2client.go ×2 · 6 introduced LOCclient.go ×2failure_converter.go ×1 · 3 introduced LOCfailure_converter.go ×1TestOperatorServiceMetadata, TestWorkflowServiceMetadata · 0 introduced LOCTestOperatorServiceMetad…go.temporal.io/server/common/nexus/nexusrpc/api.go · 295 LOCnexusrpc/api.gogo.temporal.io/server/common/nexus/nexusrpc/client.go · 502 LOCnexusrpc/client.gogo.temporal.io/server/common/nexus/nexusrpc/failure_converter.go · 213 LOCnexusrpc/failure_convert…go.temporal.io/server/common/nexus/nexusrpc/handle.go · 49 LOCnexusrpc/handle.gogo.temporal.io/server/common/nexus/nexusrpc/server.go · 404 LOCnexusrpc/server.gosuccess · introduced test · go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/successsuccesssuccess_with_headers · introduced test · go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/success_with_headerssuccess_with_headersTestOperatorServiceMetadata · introduced test · go.temporal.io/server/common/api/TestOperatorServiceMetadataTestOperatorServiceMetad…TestWorkflowServiceMetadata · introduced test · go.temporal.io/server/common/api/TestWorkflowServiceMetadataTestWorkflowServiceMetad…TestCancel_ContextDeadlinePropagated · introduced test · go.temporal.io/server/common/nexus/nexusrpc/TestCancel_ContextDeadlinePropagatedTestCancel_ContextDeadli…TestCancel_HandleFromClient · introduced test · go.temporal.io/server/common/nexus/nexusrpc/TestCancel_HandleFromClientTestCancel_HandleFromCli…TestCancel_HandleFromStart · introduced test · go.temporal.io/server/common/nexus/nexusrpc/TestCancel_HandleFromStartTestCancel_HandleFromSta…TestCancel_RequestTimeoutHeaderOverridesContextDeadline · introduced test · go.temporal.io/server/common/nexus/nexusrpc/TestCancel_RequestTimeoutHeaderOverridesContextDeadlineTestCancel_RequestTimeou…TestCancel_TimeoutNotPropagated · introduced test · go.temporal.io/server/common/nexus/nexusrpc/TestCancel_TimeoutNotPropagatedTestCancel_TimeoutNotPro…success · introduced test · go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/successsuccesssuccess_with_headers · introduced test · go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/success_with_headerssuccess_with_headersFocused concept · handle.go ×1 · 1 introduced LOChandle.go ×1

Graph controls are ready.

Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.

Native relationship evidence

Every exact file and test below is linked only from the concept that introduces it.

Introduced tests

Every collected test enters the hierarchy at exactly one concept.

No tests are introduced at this concept. Its intent tests are introduced by other concepts.

Introduced code

Every collected source range enters the hierarchy at exactly one concept.

1 file ranked by introduced lines: 1 introduced LOC across 1 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/common/nexus/nexusrpc/handle.go 1 introduced LOC · 1 range

Open complete file

46 return h.client.bestEffortHandlerErrorFromResponse(response, body)
47 }
48 > return nil handle.go
49 }