MCPcopy Index your code
hub / github.com/nodejs/node / required

Function required

deps/inspector_protocol/check_protocol_compatibility.py:58–61  ·  view source on GitHub ↗
(reverse)

Source from the content-addressed store, hash-verified

56
57
58def required(reverse):
59 if reverse:
60 return "optional"
61 return "required"
62
63
64def compare_schemas(d_1, d_2, reverse):

Callers 1

compare_params_listFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected