Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
58
def
required(reverse):
59
if
reverse:
60
return
"optional"
61
return
"required"
62
63
64
def
compare_schemas(d_1, d_2, reverse):
Callers
1
compare_params_list
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected