Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tensorboard
/ make_response
Function
make_response
tensorboard/util/grpc_util_test.py:38–39 ·
view source on GitHub ↗
(nonce)
Source
from the content-addressed store, hash-verified
36
37
38
def
make_response(nonce):
39
return
grpc_util_test_pb2.TestRpcResponse(nonce=nonce)
40
41
42
class
TestGrpcServer(grpc_util_test_pb2_grpc.TestServiceServicer):
Callers
7
handler
Method · 0.85
test_call_with_retries_succeeds
Method · 0.85
test_call_with_retries_succeeds_after_backoff_on_transient_error
Method · 0.85
test_call_with_retries_includes_version_metadata
Method · 0.85
handler
Method · 0.85
test_aync_call_with_retries_succeeds
Method · 0.85
test_async_with_retries_succeeds_after_backoff_on_transient_error
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…