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

Function format_domain_include

deps/inspector_protocol/code_generator.py:183–185  ·  view source on GitHub ↗
(config, header, file_name)

Source from the content-addressed store, hash-verified

181
182
183def format_domain_include(config, header, file_name):
184 return format_include(config, header,
185 config.protocol.file_name_prefix + file_name)
186
187
188def to_file_name(config, file_name):

Callers

nothing calls this directly

Calls 1

format_includeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…