MCPcopy 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
38def make_response(nonce):
39 return grpc_util_test_pb2.TestRpcResponse(nonce=nonce)
40
41
42class TestGrpcServer(grpc_util_test_pb2_grpc.TestServiceServicer):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…