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

Function cfnptr_strip_c

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

Source from the content-addressed store, hash-verified

226/// the TS reference directly.
227#[napi]
228pub fn cfnptr_strip_c(text: String) -> String {
229 String::from_utf8_lossy(&cfnptr::strip_c(text.as_bytes())).into_owned()
230}
231
232#[napi]
233pub 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