MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / cfnptr_strip_c

Function cfnptr_strip_c

codegraph-kernel/src/lib.rs:213–215  ·  view source on GitHub ↗
(text: String)

Source from the content-addressed store, hash-verified

211/// the TS reference directly.
212#[napi]
213pub fn cfnptr_strip_c(text: String) -> String {
214 String::from_utf8_lossy(&cfnptr::strip_c(text.as_bytes())).into_owned()
215}
216
217#[napi]
218pub fn extract_file(file_path: String, content: String, language: String) -> Result<ExtractBuffers> {

Callers

nothing calls this directly

Calls 1

strip_cFunction · 0.85

Tested by

no test coverage detected