MCPcopy Create free account
hub / github.com/dprint/jsonc-parser / comment_block_to_test_str

Function comment_block_to_test_str

tests/test.rs:252–254  ·  view source on GitHub ↗
(block: &CommentBlock)

Source from the content-addressed store, hash-verified

250}
251
252fn comment_block_to_test_str(block: &CommentBlock) -> String {
253 lit_to_test_str("block", block.text, block.range)
254}
255
256fn escape_json_str(text: &str) -> String {
257 text

Callers 1

comment_to_test_strFunction · 0.85

Calls 1

lit_to_test_strFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…