MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / generated_note_block

Function generated_note_block

javascript/private/gen_file.py:16–18  ·  view source on GitHub ↗
(label)

Source from the content-addressed store, hash-verified

14
15# One C-style block comment serves every output language (C++ and Java both accept it).
16def generated_note_block(label):
17 raw = generated_note("", "javascript/private/gen_file.py", f"bazel build {label}")
18 return "/*\n" + "\n".join(f" * {line}" for line in raw.split("\n")) + "\n */"
19
20
21def get_atom_name(name):

Callers 1

mainFunction · 0.85

Calls 2

generated_noteFunction · 0.90
splitMethod · 0.80

Tested by

no test coverage detected